Html Css Color HEX #72350B Peru Tan

📋 copy color: '#72350B'

red 114 ◦ green 53 ◦ blue 11

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

Shades of Peru Tan #72350B

Tints of Peru Tan #72350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.78%

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

R = 64.04%
G = 29.78%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72350B (or 0x72350B) is known color: Peru Tan. HEX triplet: 72, 35 and 0B. RGB value is (114,53,11). Sum of RGB (Red+Green+Blue) = 114+53+11=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72350B is #8DCAF4. Grayscale: #424242. Windows color (decimal): -9292533 or 734578. OLE color: 734578.

HSL color Cylindrical-coordinate representation of color #72350B: hue angle of 24.47º 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 #72350B is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 53 11 -
CMYK 0 0.54 0.90 0.55
HSL 24.47º 0.82% 0.25% -
HSV(B) 24.47º 0.9% 0.45% -
XYZ 8.27 6.15 1.07 -
YUV 66.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 114 53 11 0 0.54 0.90 0.55 24.47 0.82 0.25
Hex 72 35 B 0 36 5A 37 18 52 19
Octal 162 65 13 0 66 132 67 30 122 31
Binary 1110010 110101 1011 0 110110 1011010 110111 11000 1010010 11001

Color Harmonies of #72350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72350B

Black with #72350B

Text Example


Text Example

White with #72350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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