Html Css Color HEX #76331C Peru Tan

📋 copy color: '#76331C'

red 118 ◦ green 51 ◦ blue 28

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

Shades of Peru Tan #76331C

Tints of Peru Tan #76331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 59.9%
G = 25.89%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76331C (or 0x76331C) is known color: Peru Tan. HEX triplet: 76, 33 and 1C. RGB value is (118,51,28). Sum of RGB (Red+Green+Blue) = 118+51+28=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76331C is #89CCE3. Grayscale: #444444. Windows color (decimal): -9030884 or 1848182. OLE color: 1848182.

HSL color Cylindrical-coordinate representation of color #76331C: hue angle of 15.33º 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 #76331C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 28 -
CMYK 0 0.57 0.76 0.54
HSL 15.33º 0.62% 0.29% -
HSV(B) 15.33º 0.76% 0.46% -
XYZ 8.86 6.3 1.85 -
YUV 68.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 118 51 28 0 0.57 0.76 0.54 15.33 0.62 0.29
Hex 76 33 1C 0 39 4C 36 F 3E 1D
Octal 166 63 34 0 71 114 66 17 76 35
Binary 1110110 110011 11100 0 111001 1001100 110110 1111 111110 11101

Color Harmonies of #76331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76331C

Black with #76331C

Text Example


Text Example

White with #76331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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