Html Css Color HEX #76331B Peru Tan

📋 copy color: '#76331B'

red 118 ◦ green 51 ◦ blue 27

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

Shades of Peru Tan #76331B

Tints of Peru Tan #76331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 60.2%
G = 26.02%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76331B (or 0x76331B) is known color: Peru Tan. HEX triplet: 76, 33 and 1B. RGB value is (118,51,27). Sum of RGB (Red+Green+Blue) = 118+51+27=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76331B is #89CCE4. Grayscale: #444444. Windows color (decimal): -9030885 or 1782646. OLE color: 1782646.

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

Color convert

RGB 118 51 27 -
CMYK 0 0.57 0.77 0.54
HSL 15.82º 0.63% 0.28% -
HSV(B) 15.82º 0.77% 0.46% -
XYZ 8.85 6.3 1.79 -
YUV 68.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 118 51 27 0 0.57 0.77 0.54 15.82 0.63 0.28
Hex 76 33 1B 0 39 4D 36 10 3F 1C
Octal 166 63 33 0 71 115 66 20 77 34
Binary 1110110 110011 11011 0 111001 1001101 110110 10000 111111 11100

Color Harmonies of #76331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76331B

Black with #76331B

Text Example


Text Example

White with #76331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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