Html Css Color HEX #72330E Peru Tan

📋 copy color: '#72330E'

red 114 ◦ green 51 ◦ blue 14

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

Shades of Peru Tan #72330E

Tints of Peru Tan #72330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 63.69%
G = 28.49%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72330E (or 0x72330E) is known color: Peru Tan. HEX triplet: 72, 33 and 0E. RGB value is (114,51,14). Sum of RGB (Red+Green+Blue) = 114+51+14=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72330E is #8DCCF1. Grayscale: #414141. Windows color (decimal): -9293042 or 930674. OLE color: 930674.

HSL color Cylindrical-coordinate representation of color #72330E: hue angle of 22.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72330E is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 14 -
CMYK 0 0.55 0.88 0.55
HSL 22.2º 0.78% 0.25% -
HSV(B) 22.2º 0.88% 0.45% -
XYZ 8.2 5.98 1.14 -
YUV 65.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 114 51 14 0 0.55 0.88 0.55 22.2 0.78 0.25
Hex 72 33 E 0 37 58 37 16 4E 19
Octal 162 63 16 0 67 130 67 26 116 31
Binary 1110010 110011 1110 0 110111 1011000 110111 10110 1001110 11001

Color Harmonies of #72330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72330E

Black with #72330E

Text Example


Text Example

White with #72330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,51,14); }

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

background-color css

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

 a { background-color: rgb(114,51,14); }

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

border-color css

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

 span { border-color: rgb(114,51,14); }

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