Html Css Color HEX #75492C Cape Palliser

📋 copy color: '#75492C'

red 117 ◦ green 73 ◦ blue 44

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

Shades of Cape Palliser #75492C

Tints of Cape Palliser #75492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 50%
G = 31.2%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75492C (or 0x75492C) is known color: Cape Palliser. HEX triplet: 75, 49 and 2C. RGB value is (117,73,44). Sum of RGB (Red+Green+Blue) = 117+73+44=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75492C is #8AB6D3. Grayscale: #535353. Windows color (decimal): -9090772 or 2902389. OLE color: 2902389.

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

Color convert

RGB 117 73 44 -
CMYK 0 0.38 0.62 0.54
HSL 23.84º 0.45% 0.32% -
HSV(B) 23.84º 0.62% 0.46% -
XYZ 10.17 8.73 3.53 -
YUV 82.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 117 73 44 0 0.38 0.62 0.54 23.84 0.45 0.32
Hex 75 49 2C 0 26 3E 36 18 2D 20
Octal 165 111 54 0 46 76 66 30 55 40
Binary 1110101 1001001 101100 0 100110 111110 110110 11000 101101 100000

Color Harmonies of #75492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75492C

Black with #75492C

Text Example


Text Example

White with #75492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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