Html Css Color HEX #73380A Peru Tan

📋 copy color: '#73380A'

red 115 ◦ green 56 ◦ blue 10

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

Shades of Peru Tan #73380A

Tints of Peru Tan #73380A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.52%

R = 63.54%
G = 30.94%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73380A (or 0x73380A) is known color: Peru Tan. HEX triplet: 73, 38 and 0A. RGB value is (115,56,10). Sum of RGB (Red+Green+Blue) = 115+56+10=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73380A is #8CC7F5. Grayscale: #444444. Windows color (decimal): -9226230 or 669811. OLE color: 669811.

HSL color Cylindrical-coordinate representation of color #73380A: hue angle of 26.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73380A is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 56 10 -
CMYK 0 0.51 0.91 0.55
HSL 26.29º 0.84% 0.25% -
HSV(B) 26.29º 0.91% 0.45% -
XYZ 8.54 6.5 1.09 -
YUV 68.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 115 56 10 0 0.51 0.91 0.55 26.29 0.84 0.25
Hex 73 38 A 0 33 5B 37 1A 54 19
Octal 163 70 12 0 63 133 67 32 124 31
Binary 1110011 111000 1010 0 110011 1011011 110111 11010 1010100 11001

Color Harmonies of #73380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73380A

Black with #73380A

Text Example


Text Example

White with #73380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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