Html Css Color HEX #76380B Peru Tan

📋 copy color: '#76380B'

red 118 ◦ green 56 ◦ blue 11

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

Shades of Peru Tan #76380B

Tints of Peru Tan #76380B

RGB

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

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

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

R = 63.78%
G = 30.27%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76380B (or 0x76380B) is known color: Peru Tan. HEX triplet: 76, 38 and 0B. RGB value is (118,56,11). Sum of RGB (Red+Green+Blue) = 118+56+11=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76380B is #89C7F4. Grayscale: #454545. Windows color (decimal): -9029621 or 735350. OLE color: 735350.

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

Color convert

RGB 118 56 11 -
CMYK 0 0.53 0.91 0.54
HSL 25.23º 0.83% 0.25% -
HSV(B) 25.23º 0.91% 0.46% -
XYZ 8.95 6.7 1.14 -
YUV 69.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 118 56 11 0 0.53 0.91 0.54 25.23 0.83 0.25
Hex 76 38 B 0 35 5B 36 19 53 19
Octal 166 70 13 0 65 133 66 31 123 31
Binary 1110110 111000 1011 0 110101 1011011 110110 11001 1010011 11001

Color Harmonies of #76380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76380B

Black with #76380B

Text Example


Text Example

White with #76380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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