Html Css Color HEX #763C17 Peru Tan

📋 copy color: '#763C17'

red 118 ◦ green 60 ◦ blue 23

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

Shades of Peru Tan #763C17

Tints of Peru Tan #763C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.44%

R = 58.71%
G = 29.85%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763C17 (or 0x763C17) is known color: Peru Tan. HEX triplet: 76, 3C and 17. RGB value is (118,60,23). Sum of RGB (Red+Green+Blue) = 118+60+23=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #763C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C17 is #89C3E8. Grayscale: #494949. Windows color (decimal): -9028585 or 1522806. OLE color: 1522806.

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

Color convert

RGB 118 60 23 -
CMYK 0 0.49 0.81 0.54
HSL 23.37º 0.67% 0.28% -
HSV(B) 23.37º 0.81% 0.46% -
XYZ 9.24 7.15 1.7 -
YUV 73.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 118 60 23 0 0.49 0.81 0.54 23.37 0.67 0.28
Hex 76 3C 17 0 31 51 36 17 43 1C
Octal 166 74 27 0 61 121 66 27 103 34
Binary 1110110 111100 10111 0 110001 1010001 110110 10111 1000011 11100

Color Harmonies of #763C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C17

Black with #763C17

Text Example


Text Example

White with #763C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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