Html Css Color HEX #76331A Peru Tan

📋 copy color: '#76331A'

red 118 ◦ green 51 ◦ blue 26

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

Shades of Peru Tan #76331A

Tints of Peru Tan #76331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 60.51%
G = 26.15%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76331A (or 0x76331A) is known color: Peru Tan. HEX triplet: 76, 33 and 1A. RGB value is (118,51,26). Sum of RGB (Red+Green+Blue) = 118+51+26=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76331A is #89CCE5. Grayscale: #444444. Windows color (decimal): -9030886 or 1717110. OLE color: 1717110.

HSL color Cylindrical-coordinate representation of color #76331A: hue angle of 16.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76331A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 26 -
CMYK 0 0.57 0.78 0.54
HSL 16.3º 0.64% 0.28% -
HSV(B) 16.3º 0.78% 0.46% -
XYZ 8.84 6.29 1.73 -
YUV 68.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 118 51 26 0 0.57 0.78 0.54 16.3 0.64 0.28
Hex 76 33 1A 0 39 4E 36 10 40 1C
Octal 166 63 32 0 71 116 66 20 100 34
Binary 1110110 110011 11010 0 111001 1001110 110110 10000 1000000 11100

Color Harmonies of #76331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76331A

Black with #76331A

Text Example


Text Example

White with #76331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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