Html Css Color HEX #72300B Peru Tan

📋 copy color: '#72300B'

red 114 ◦ green 48 ◦ blue 11

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

Shades of Peru Tan #72300B

Tints of Peru Tan #72300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 11 (4.69% from 255) = 6.36%

R = 65.9%
G = 27.75%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72300B (or 0x72300B) is known color: Peru Tan. HEX triplet: 72, 30 and 0B. RGB value is (114,48,11). Sum of RGB (Red+Green+Blue) = 114+48+11=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #72300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72300B is #8DCFF4. Grayscale: #3F3F3F. Windows color (decimal): -9293813 or 733298. OLE color: 733298.

HSL color Cylindrical-coordinate representation of color #72300B: hue angle of 21.55º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72300B is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 48 11 -
CMYK 0 0.58 0.90 0.55
HSL 21.55º 0.82% 0.25% -
HSV(B) 21.55º 0.9% 0.45% -
XYZ 8.06 5.72 1 -
YUV 63.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 114 48 11 0 0.58 0.90 0.55 21.55 0.82 0.25
Hex 72 30 B 0 3A 5A 37 16 52 19
Octal 162 60 13 0 72 132 67 26 122 31
Binary 1110010 110000 1011 0 111010 1011010 110111 10110 1010010 11001

Color Harmonies of #72300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72300B

Black with #72300B

Text Example


Text Example

White with #72300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72300B; }

 p { color: rgb(114,48,11); }

 H1.HeaderClassName
 {
   color: #72300B;
 }
 .AnyTagClassName
 {
   color: #72300B;
 }
</style>

background-color css

<style>
 a { background-color: #72300B; }

 a { background-color: rgb(114,48,11); }

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

border-color css

<style>
 span { border-color: #72300B; }

 span { border-color: rgb(114,48,11); }

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