Html Css Color HEX #75492B Cape Palliser

📋 copy color: '#75492B'

red 117 ◦ green 73 ◦ blue 43

#75492B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Palliser #75492B

Tints of Cape Palliser #75492B

RGB

 RED value IS 117 (46.09% from 255) = 50.21%

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 50.21%
G = 31.33%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75492B (or 0x75492B) is known color: Cape Palliser. HEX triplet: 75, 49 and 2B. RGB value is (117,73,43). Sum of RGB (Red+Green+Blue) = 117+73+43=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75492B is #8AB6D4. Grayscale: #525252. Windows color (decimal): -9090773 or 2836853. OLE color: 2836853.

HSL color Cylindrical-coordinate representation of color #75492B: hue angle of 24.32º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75492B is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 43 -
CMYK 0 0.38 0.63 0.54
HSL 24.32º 0.46% 0.31% -
HSV(B) 24.32º 0.63% 0.46% -
XYZ 10.15 8.72 3.43 -
YUV 82.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 117 73 43 0 0.38 0.63 0.54 24.32 0.46 0.31
Hex 75 49 2B 0 26 3F 36 18 2E 1F
Octal 165 111 53 0 46 77 66 30 56 37
Binary 1110101 1001001 101011 0 100110 111111 110110 11000 101110 11111

Color Harmonies of #75492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75492B

Black with #75492B

Text Example


Text Example

White with #75492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75492B; }

 p { color: rgb(117,73,43); }

 H1.HeaderClassName
 {
   color: #75492B;
 }
 .AnyTagClassName
 {
   color: #75492B;
 }
</style>

background-color css

<style>
 a { background-color: #75492B; }

 a { background-color: rgb(117,73,43); }

 div.DivClassName
 {
   background-color: #75492B;
 }
 .BgClassName
 {
   background-color: #75492B;
 }
</style>

border-color css

<style>
 span { border-color: #75492B; }

 span { border-color: rgb(117,73,43); }

 td.TdClassName
 {
   border-color: #75492B;
 }
 .TagClassName
 {
   border-color: #75492B;
 }
</style>