Html Css Color HEX #72482A Cape Palliser

📋 copy color: '#72482A'

red 114 ◦ green 72 ◦ blue 42

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

Shades of Cape Palliser #72482A

Tints of Cape Palliser #72482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 50%
G = 31.58%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72482A (or 0x72482A) is known color: Cape Palliser. HEX triplet: 72, 48 and 2A. RGB value is (114,72,42). Sum of RGB (Red+Green+Blue) = 114+72+42=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72482A is #8DB7D5. Grayscale: #515151. Windows color (decimal): -9287638 or 2771058. OLE color: 2771058.

HSL color Cylindrical-coordinate representation of color #72482A: hue angle of 25º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72482A is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 72 42 -
CMYK 0 0.37 0.63 0.55
HSL 25º 0.46% 0.31% -
HSV(B) 25º 0.63% 0.45% -
XYZ 9.67 8.38 3.3 -
YUV 81.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 114 72 42 0 0.37 0.63 0.55 25 0.46 0.31
Hex 72 48 2A 0 25 3F 37 19 2E 1F
Octal 162 110 52 0 45 77 67 31 56 37
Binary 1110010 1001000 101010 0 100101 111111 110111 11001 101110 11111

Color Harmonies of #72482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72482A

Black with #72482A

Text Example


Text Example

White with #72482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72482A; }

 p { color: rgb(114,72,42); }

 H1.HeaderClassName
 {
   color: #72482A;
 }
 .AnyTagClassName
 {
   color: #72482A;
 }
</style>

background-color css

<style>
 a { background-color: #72482A; }

 a { background-color: rgb(114,72,42); }

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

border-color css

<style>
 span { border-color: #72482A; }

 span { border-color: rgb(114,72,42); }

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