Html Css Color HEX #763C18 Peru Tan

📋 copy color: '#763C18'

red 118 ◦ green 60 ◦ blue 24

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

Shades of Peru Tan #763C18

Tints of Peru Tan #763C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 58.42%
G = 29.7%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#763C18 (or 0x763C18) is known color: Peru Tan. HEX triplet: 76, 3C and 18. RGB value is (118,60,24). Sum of RGB (Red+Green+Blue) = 118+60+24=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #763C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C18 is #89C3E7. Grayscale: #494949. Windows color (decimal): -9028584 or 1588342. OLE color: 1588342.

HSL color Cylindrical-coordinate representation of color #763C18: hue angle of 22.98º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #763C18 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 24 -
CMYK 0 0.49 0.80 0.54
HSL 22.98º 0.66% 0.28% -
HSV(B) 22.98º 0.8% 0.46% -
XYZ 9.25 7.15 1.76 -
YUV 73.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 118 60 24 0 0.49 0.80 0.54 22.98 0.66 0.28
Hex 76 3C 18 0 31 50 36 17 42 1C
Octal 166 74 30 0 61 120 66 27 102 34
Binary 1110110 111100 11000 0 110001 1010000 110110 10111 1000010 11100

Color Harmonies of #763C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C18

Black with #763C18

Text Example


Text Example

White with #763C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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