Html Css Color HEX #76360D Peru Tan

📋 copy color: '#76360D'

red 118 ◦ green 54 ◦ blue 13

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

Shades of Peru Tan #76360D

Tints of Peru Tan #76360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

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

R = 63.78%
G = 29.19%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76360D (or 0x76360D) is known color: Peru Tan. HEX triplet: 76, 36 and 0D. RGB value is (118,54,13). Sum of RGB (Red+Green+Blue) = 118+54+13=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76360D is #89C9F2. Grayscale: #444444. Windows color (decimal): -9030131 or 865910. OLE color: 865910.

HSL color Cylindrical-coordinate representation of color #76360D: hue angle of 23.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 #76360D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 13 -
CMYK 0 0.54 0.89 0.54
HSL 23.43º 0.8% 0.26% -
HSV(B) 23.43º 0.89% 0.46% -
XYZ 8.86 6.52 1.17 -
YUV 68.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 118 54 13 0 0.54 0.89 0.54 23.43 0.8 0.26
Hex 76 36 D 0 36 59 36 17 50 1A
Octal 166 66 15 0 66 131 66 27 120 32
Binary 1110110 110110 1101 0 110110 1011001 110110 10111 1010000 11010

Color Harmonies of #76360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76360D

Black with #76360D

Text Example


Text Example

White with #76360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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