Html Css Color HEX #76351C Peru Tan

📋 copy color: '#76351C'

red 118 ◦ green 53 ◦ blue 28

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

Shades of Peru Tan #76351C

Tints of Peru Tan #76351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 59.3%
G = 26.63%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76351C (or 0x76351C) is known color: Peru Tan. HEX triplet: 76, 35 and 1C. RGB value is (118,53,28). Sum of RGB (Red+Green+Blue) = 118+53+28=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76351C is #89CAE3. Grayscale: #454545. Windows color (decimal): -9030372 or 1848694. OLE color: 1848694.

HSL color Cylindrical-coordinate representation of color #76351C: hue angle of 16.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76351C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 28 -
CMYK 0 0.55 0.76 0.54
HSL 16.67º 0.62% 0.29% -
HSV(B) 16.67º 0.76% 0.46% -
XYZ 8.95 6.48 1.88 -
YUV 69.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 118 53 28 0 0.55 0.76 0.54 16.67 0.62 0.29
Hex 76 35 1C 0 37 4C 36 11 3E 1D
Octal 166 65 34 0 67 114 66 21 76 35
Binary 1110110 110101 11100 0 110111 1001100 110110 10001 111110 11101

Color Harmonies of #76351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76351C

Black with #76351C

Text Example


Text Example

White with #76351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76351C; }

 p { color: rgb(118,53,28); }

 H1.HeaderClassName
 {
   color: #76351C;
 }
 .AnyTagClassName
 {
   color: #76351C;
 }
</style>

background-color css

<style>
 a { background-color: #76351C; }

 a { background-color: rgb(118,53,28); }

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

border-color css

<style>
 span { border-color: #76351C; }

 span { border-color: rgb(118,53,28); }

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