Html Css Color HEX #76320B Peru Tan

📋 copy color: '#76320B'

red 118 ◦ green 50 ◦ blue 11

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

Shades of Peru Tan #76320B

Tints of Peru Tan #76320B

RGB

 RED value IS 118 (46.48% from 255) = 65.92%

 GREEN value IS 50 (19.92% from 255) = 27.93%

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

R = 65.92%
G = 27.93%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76320B (or 0x76320B) is known color: Peru Tan. HEX triplet: 76, 32 and 0B. RGB value is (118,50,11). Sum of RGB (Red+Green+Blue) = 118+50+11=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76320B is #89CDF4. Grayscale: #424242. Windows color (decimal): -9031157 or 733814. OLE color: 733814.

HSL color Cylindrical-coordinate representation of color #76320B: hue angle of 21.87º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76320B is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 11 -
CMYK 0 0.58 0.91 0.54
HSL 21.87º 0.83% 0.25% -
HSV(B) 21.87º 0.91% 0.46% -
XYZ 8.67 6.16 1.05 -
YUV 65.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 118 50 11 0 0.58 0.91 0.54 21.87 0.83 0.25
Hex 76 32 B 0 3A 5B 36 16 53 19
Octal 166 62 13 0 72 133 66 26 123 31
Binary 1110110 110010 1011 0 111010 1011011 110110 10110 1010011 11001

Color Harmonies of #76320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76320B

Black with #76320B

Text Example


Text Example

White with #76320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,50,11); }

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

background-color css

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

 a { background-color: rgb(118,50,11); }

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

border-color css

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

 span { border-color: rgb(118,50,11); }

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