Html Css Color HEX #72472B Cape Palliser

📋 copy color: '#72472B'

red 114 ◦ green 71 ◦ blue 43

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

Shades of Cape Palliser #72472B

Tints of Cape Palliser #72472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.14%

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

R = 50%
G = 31.14%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72472B (or 0x72472B) is known color: Cape Palliser. HEX triplet: 72, 47 and 2B. RGB value is (114,71,43). Sum of RGB (Red+Green+Blue) = 114+71+43=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72472B is #8DB8D4. Grayscale: #505050. Windows color (decimal): -9287893 or 2836338. OLE color: 2836338.

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

Color convert

RGB 114 71 43 -
CMYK 0 0.38 0.62 0.55
HSL 23.66º 0.45% 0.31% -
HSV(B) 23.66º 0.62% 0.45% -
XYZ 9.63 8.26 3.37 -
YUV 80.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 114 71 43 0 0.38 0.62 0.55 23.66 0.45 0.31
Hex 72 47 2B 0 26 3E 37 18 2D 1F
Octal 162 107 53 0 46 76 67 30 55 37
Binary 1110010 1000111 101011 0 100110 111110 110111 11000 101101 11111

Color Harmonies of #72472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72472B

Black with #72472B

Text Example


Text Example

White with #72472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,71,43); }

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

background-color css

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

 a { background-color: rgb(114,71,43); }

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

border-color css

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

 span { border-color: rgb(114,71,43); }

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