Html Css Color HEX #73380B Peru Tan

📋 copy color: '#73380B'

red 115 ◦ green 56 ◦ blue 11

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

Shades of Peru Tan #73380B

Tints of Peru Tan #73380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.77%

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

R = 63.19%
G = 30.77%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73380B (or 0x73380B) is known color: Peru Tan. HEX triplet: 73, 38 and 0B. RGB value is (115,56,11). Sum of RGB (Red+Green+Blue) = 115+56+11=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73380B is #8CC7F4. Grayscale: #444444. Windows color (decimal): -9226229 or 735347. OLE color: 735347.

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

Color convert

RGB 115 56 11 -
CMYK 0 0.51 0.90 0.55
HSL 25.96º 0.83% 0.25% -
HSV(B) 25.96º 0.9% 0.45% -
XYZ 8.54 6.5 1.12 -
YUV 68.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 115 56 11 0 0.51 0.90 0.55 25.96 0.83 0.25
Hex 73 38 B 0 33 5A 37 1A 53 19
Octal 163 70 13 0 63 132 67 32 123 31
Binary 1110011 111000 1011 0 110011 1011010 110111 11010 1010011 11001

Color Harmonies of #73380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73380B

Black with #73380B

Text Example


Text Example

White with #73380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,56,11); }

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

background-color css

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

 a { background-color: rgb(115,56,11); }

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

border-color css

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

 span { border-color: rgb(115,56,11); }

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