Html Css Color HEX #72462F Cape Palliser

📋 copy color: '#72462F'

red 114 ◦ green 70 ◦ blue 47

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

Shades of Cape Palliser #72462F

Tints of Cape Palliser #72462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 49.35%
G = 30.3%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72462F (or 0x72462F) is known color: Cape Palliser. HEX triplet: 72, 46 and 2F. RGB value is (114,70,47). Sum of RGB (Red+Green+Blue) = 114+70+47=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72462F is #8DB9D0. Grayscale: #505050. Windows color (decimal): -9288145 or 3098226. OLE color: 3098226.

HSL color Cylindrical-coordinate representation of color #72462F: hue angle of 20.6º 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 #72462F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 70 47 -
CMYK 0 0.39 0.59 0.55
HSL 20.6º 0.42% 0.32% -
HSV(B) 20.6º 0.59% 0.45% -
XYZ 9.64 8.16 3.76 -
YUV 80.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 114 70 47 0 0.39 0.59 0.55 20.6 0.42 0.32
Hex 72 46 2F 0 27 3B 37 15 2A 20
Octal 162 106 57 0 47 73 67 25 52 40
Binary 1110010 1000110 101111 0 100111 111011 110111 10101 101010 100000

Color Harmonies of #72462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72462F

Black with #72462F

Text Example


Text Example

White with #72462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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