Html Css Color HEX #763612 Peru Tan

📋 copy color: '#763612'

red 118 ◦ green 54 ◦ blue 18

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

Shades of Peru Tan #763612

Tints of Peru Tan #763612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.47%

R = 62.11%
G = 28.42%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#763612 (or 0x763612) is known color: Peru Tan. HEX triplet: 76, 36 and 12. RGB value is (118,54,18). Sum of RGB (Red+Green+Blue) = 118+54+18=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #763612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763612 is #89C9ED. Grayscale: #454545. Windows color (decimal): -9030126 or 1193590. OLE color: 1193590.

HSL color Cylindrical-coordinate representation of color #763612: hue angle of 21.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #763612 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 18 -
CMYK 0 0.54 0.85 0.54
HSL 21.6º 0.74% 0.27% -
HSV(B) 21.6º 0.85% 0.46% -
XYZ 8.9 6.53 1.36 -
YUV 69.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 118 54 18 0 0.54 0.85 0.54 21.6 0.74 0.27
Hex 76 36 12 0 36 55 36 16 4A 1B
Octal 166 66 22 0 66 125 66 26 112 33
Binary 1110110 110110 10010 0 110110 1010101 110110 10110 1001010 11011

Color Harmonies of #763612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763612

Black with #763612

Text Example


Text Example

White with #763612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763612; }

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

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

background-color css

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

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

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

border-color css

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

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

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