Html Css Color HEX #72472E Cape Palliser

📋 copy color: '#72472E'

red 114 ◦ green 71 ◦ blue 46

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

Shades of Cape Palliser #72472E

Tints of Cape Palliser #72472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.91%

R = 49.35%
G = 30.74%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72472E (or 0x72472E) is known color: Cape Palliser. HEX triplet: 72, 47 and 2E. RGB value is (114,71,46). Sum of RGB (Red+Green+Blue) = 114+71+46=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72472E is #8DB8D1. Grayscale: #515151. Windows color (decimal): -9287890 or 3032946. OLE color: 3032946.

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

Color convert

RGB 114 71 46 -
CMYK 0 0.38 0.60 0.55
HSL 22.06º 0.43% 0.31% -
HSV(B) 22.06º 0.6% 0.45% -
XYZ 9.69 8.28 3.67 -
YUV 81.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 114 71 46 0 0.38 0.60 0.55 22.06 0.43 0.31
Hex 72 47 2E 0 26 3C 37 16 2A 1F
Octal 162 107 56 0 46 74 67 26 52 37
Binary 1110010 1000111 101110 0 100110 111100 110111 10110 101010 11111

Color Harmonies of #72472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72472E

Black with #72472E

Text Example


Text Example

White with #72472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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