Html Css Color HEX #733011 Peru Tan

📋 copy color: '#733011'

red 115 ◦ green 48 ◦ blue 17

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

Shades of Peru Tan #733011

Tints of Peru Tan #733011

RGB

 RED value IS 115 (45.31% from 255) = 63.89%

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

 BLUE value IS 17 (7.03% from 255) = 9.44%

R = 63.89%
G = 26.67%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#733011 (or 0x733011) is known color: Peru Tan. HEX triplet: 73, 30 and 11. RGB value is (115,48,17). Sum of RGB (Red+Green+Blue) = 115+48+17=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #733011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733011 is #8CCFEE. Grayscale: #404040. Windows color (decimal): -9228271 or 1126515. OLE color: 1126515.

HSL color Cylindrical-coordinate representation of color #733011: hue angle of 18.98º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #733011 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 17 -
CMYK 0 0.58 0.85 0.55
HSL 18.98º 0.74% 0.26% -
HSV(B) 18.98º 0.85% 0.45% -
XYZ 8.23 5.8 1.22 -
YUV 64.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 115 48 17 0 0.58 0.85 0.55 18.98 0.74 0.26
Hex 73 30 11 0 3A 55 37 13 4A 1A
Octal 163 60 21 0 72 125 67 23 112 32
Binary 1110011 110000 10001 0 111010 1010101 110111 10011 1001010 11010

Color Harmonies of #733011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733011

Black with #733011

Text Example


Text Example

White with #733011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733011; }

 p { color: rgb(115,48,17); }

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

background-color css

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

 a { background-color: rgb(115,48,17); }

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

border-color css

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

 span { border-color: rgb(115,48,17); }

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