Html Css Color HEX #72360A Peru Tan

📋 copy color: '#72360A'

red 114 ◦ green 54 ◦ blue 10

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

Shades of Peru Tan #72360A

Tints of Peru Tan #72360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

 BLUE value IS 10 (4.3% from 255) = 5.62%

R = 64.04%
G = 30.34%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72360A (or 0x72360A) is known color: Peru Tan. HEX triplet: 72, 36 and 0A. RGB value is (114,54,10). Sum of RGB (Red+Green+Blue) = 114+54+10=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72360A is #8DC9F5. Grayscale: #434343. Windows color (decimal): -9292278 or 669298. OLE color: 669298.

HSL color Cylindrical-coordinate representation of color #72360A: hue angle of 25.38º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72360A is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 54 10 -
CMYK 0 0.53 0.91 0.55
HSL 25.38º 0.84% 0.24% -
HSV(B) 25.38º 0.91% 0.45% -
XYZ 8.31 6.24 1.05 -
YUV 66.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 114 54 10 0 0.53 0.91 0.55 25.38 0.84 0.24
Hex 72 36 A 0 35 5B 37 19 54 18
Octal 162 66 12 0 65 133 67 31 124 30
Binary 1110010 110110 1010 0 110101 1011011 110111 11001 1010100 11000

Color Harmonies of #72360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72360A

Black with #72360A

Text Example


Text Example

White with #72360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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