Html Css Color HEX #72330D Peru Tan

📋 copy color: '#72330D'

red 114 ◦ green 51 ◦ blue 13

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

Shades of Peru Tan #72330D

Tints of Peru Tan #72330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 64.04%
G = 28.65%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72330D (or 0x72330D) is known color: Peru Tan. HEX triplet: 72, 33 and 0D. RGB value is (114,51,13). Sum of RGB (Red+Green+Blue) = 114+51+13=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72330D is #8DCCF2. Grayscale: #414141. Windows color (decimal): -9293043 or 865138. OLE color: 865138.

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

Color convert

RGB 114 51 13 -
CMYK 0 0.55 0.89 0.55
HSL 22.57º 0.8% 0.25% -
HSV(B) 22.57º 0.89% 0.45% -
XYZ 8.2 5.97 1.1 -
YUV 65.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 114 51 13 0 0.55 0.89 0.55 22.57 0.8 0.25
Hex 72 33 D 0 37 59 37 17 50 19
Octal 162 63 15 0 67 131 67 27 120 31
Binary 1110010 110011 1101 0 110111 1011001 110111 10111 1010000 11001

Color Harmonies of #72330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72330D

Black with #72330D

Text Example


Text Example

White with #72330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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