Html Css Color HEX #72492C Cape Palliser

📋 copy color: '#72492C'

red 114 ◦ green 73 ◦ blue 44

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

Shades of Cape Palliser #72492C

Tints of Cape Palliser #72492C

RGB

 RED value IS 114 (44.92% from 255) = 49.35%

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

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

R = 49.35%
G = 31.6%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72492C (or 0x72492C) is known color: Cape Palliser. HEX triplet: 72, 49 and 2C. RGB value is (114,73,44). Sum of RGB (Red+Green+Blue) = 114+73+44=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492C is #8DB6D3. Grayscale: #525252. Windows color (decimal): -9287380 or 2902386. OLE color: 2902386.

HSL color Cylindrical-coordinate representation of color #72492C: hue angle of 24.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72492C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 73 44 -
CMYK 0 0.36 0.61 0.55
HSL 24.86º 0.44% 0.31% -
HSV(B) 24.86º 0.61% 0.45% -
XYZ 9.78 8.52 3.51 -
YUV 81.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 114 73 44 0 0.36 0.61 0.55 24.86 0.44 0.31
Hex 72 49 2C 0 24 3D 37 19 2C 1F
Octal 162 111 54 0 44 75 67 31 54 37
Binary 1110010 1001001 101100 0 100100 111101 110111 11001 101100 11111

Color Harmonies of #72492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72492C

Black with #72492C

Text Example


Text Example

White with #72492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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