Html Css Color HEX #76280D Peru Tan

📋 copy color: '#76280D'

red 118 ◦ green 40 ◦ blue 13

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

Shades of Peru Tan #76280D

Tints of Peru Tan #76280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.39%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 69.01%
G = 23.39%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76280D (or 0x76280D) is known color: Peru Tan. HEX triplet: 76, 28 and 0D. RGB value is (118,40,13). Sum of RGB (Red+Green+Blue) = 118+40+13=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #76280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76280D is #89D7F2. Grayscale: #3C3C3C. Windows color (decimal): -9033715 or 862326. OLE color: 862326.

HSL color Cylindrical-coordinate representation of color #76280D: hue angle of 15.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76280D is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 13 -
CMYK 0 0.66 0.89 0.54
HSL 15.43º 0.8% 0.26% -
HSV(B) 15.43º 0.89% 0.46% -
XYZ 8.3 5.4 0.99 -
YUV 60.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 118 40 13 0 0.66 0.89 0.54 15.43 0.8 0.26
Hex 76 28 D 0 42 59 36 F 50 1A
Octal 166 50 15 0 102 131 66 17 120 32
Binary 1110110 101000 1101 0 1000010 1011001 110110 1111 1010000 11010

Color Harmonies of #76280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76280D

Black with #76280D

Text Example


Text Example

White with #76280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76280D; }

 p { color: rgb(118,40,13); }

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

background-color css

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

 a { background-color: rgb(118,40,13); }

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

border-color css

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

 span { border-color: rgb(118,40,13); }

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