Html Css Color HEX #72492F Cape Palliser

📋 copy color: '#72492F'

red 114 ◦ green 73 ◦ blue 47

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

Shades of Cape Palliser #72492F

Tints of Cape Palliser #72492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.09%

R = 48.72%
G = 31.2%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72492F (or 0x72492F) is known color: Cape Palliser. HEX triplet: 72, 49 and 2F. RGB value is (114,73,47). Sum of RGB (Red+Green+Blue) = 114+73+47=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #72492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492F is #8DB6D0. Grayscale: #525252. Windows color (decimal): -9287377 or 3098994. OLE color: 3098994.

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

Color convert

RGB 114 73 47 -
CMYK 0 0.36 0.59 0.55
HSL 23.28º 0.42% 0.32% -
HSV(B) 23.28º 0.59% 0.45% -
XYZ 9.84 8.55 3.82 -
YUV 82.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 114 73 47 0 0.36 0.59 0.55 23.28 0.42 0.32
Hex 72 49 2F 0 24 3B 37 17 2A 20
Octal 162 111 57 0 44 73 67 27 52 40
Binary 1110010 1001001 101111 0 100100 111011 110111 10111 101010 100000

Color Harmonies of #72492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72492F

Black with #72492F

Text Example


Text Example

White with #72492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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