Html Css Color HEX #763C12 Peru Tan

📋 copy color: '#763C12'

red 118 ◦ green 60 ◦ blue 18

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

Shades of Peru Tan #763C12

Tints of Peru Tan #763C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.61%

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

R = 60.2%
G = 30.61%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#763C12 (or 0x763C12) is known color: Peru Tan. HEX triplet: 76, 3C and 12. RGB value is (118,60,18). Sum of RGB (Red+Green+Blue) = 118+60+18=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C12 is #89C3ED. Grayscale: #484848. Windows color (decimal): -9028590 or 1195126. OLE color: 1195126.

HSL color Cylindrical-coordinate representation of color #763C12: hue angle of 25.2º 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 #763C12 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 18 -
CMYK 0 0.49 0.85 0.54
HSL 25.2º 0.74% 0.27% -
HSV(B) 25.2º 0.85% 0.46% -
XYZ 9.2 7.13 1.46 -
YUV 72.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 118 60 18 0 0.49 0.85 0.54 25.2 0.74 0.27
Hex 76 3C 12 0 31 55 36 19 4A 1B
Octal 166 74 22 0 61 125 66 31 112 33
Binary 1110110 111100 10010 0 110001 1010101 110110 11001 1001010 11011

Color Harmonies of #763C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C12

Black with #763C12

Text Example


Text Example

White with #763C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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