Html Css Color HEX #724A36 Cape Palliser

📋 copy color: '#724A36'

red 114 ◦ green 74 ◦ blue 54

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

Shades of Cape Palliser #724A36

Tints of Cape Palliser #724A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 47.11%
G = 30.58%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#724A36 (or 0x724A36) is known color: Cape Palliser. HEX triplet: 72, 4A and 36. RGB value is (114,74,54). Sum of RGB (Red+Green+Blue) = 114+74+54=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #724A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A36 is #8DB5C9. Grayscale: #535353. Windows color (decimal): -9287114 or 3558002. OLE color: 3558002.

HSL color Cylindrical-coordinate representation of color #724A36: hue angle of 20º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #724A36 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 74 54 -
CMYK 0 0.35 0.53 0.55
HSL 20º 0.36% 0.33% -
HSV(B) 20º 0.53% 0.45% -
XYZ 10.05 8.74 4.65 -
YUV 83.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 114 74 54 0 0.35 0.53 0.55 20 0.36 0.33
Hex 72 4A 36 0 23 35 37 14 24 21
Octal 162 112 66 0 43 65 67 24 44 41
Binary 1110010 1001010 110110 0 100011 110101 110111 10100 100100 100001

Color Harmonies of #724A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A36

Black with #724A36

Text Example


Text Example

White with #724A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724A36; }

 p { color: rgb(114,74,54); }

 H1.HeaderClassName
 {
   color: #724A36;
 }
 .AnyTagClassName
 {
   color: #724A36;
 }
</style>

background-color css

<style>
 a { background-color: #724A36; }

 a { background-color: rgb(114,74,54); }

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

border-color css

<style>
 span { border-color: #724A36; }

 span { border-color: rgb(114,74,54); }

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