Html Css Color HEX #763F18 Peru Tan

📋 copy color: '#763F18'

red 118 ◦ green 63 ◦ blue 24

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

Shades of Peru Tan #763F18

Tints of Peru Tan #763F18

RGB

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

 GREEN value IS 63 (25% from 255) = 30.73%

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

R = 57.56%
G = 30.73%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#763F18 (or 0x763F18) is known color: Peru Tan. HEX triplet: 76, 3F and 18. RGB value is (118,63,24). Sum of RGB (Red+Green+Blue) = 118+63+24=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F18 is #89C0E7. Grayscale: #4B4B4B. Windows color (decimal): -9027816 or 1589110. OLE color: 1589110.

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

Color convert

RGB 118 63 24 -
CMYK 0 0.47 0.80 0.54
HSL 24.89º 0.66% 0.28% -
HSV(B) 24.89º 0.8% 0.46% -
XYZ 9.41 7.47 1.81 -
YUV 75 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 118 63 24 0 0.47 0.80 0.54 24.89 0.66 0.28
Hex 76 3F 18 0 2F 50 36 19 42 1C
Octal 166 77 30 0 57 120 66 31 102 34
Binary 1110110 111111 11000 0 101111 1010000 110110 11001 1000010 11100

Color Harmonies of #763F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F18

Black with #763F18

Text Example


Text Example

White with #763F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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