Html Css Color HEX #763A17 Peru Tan

📋 copy color: '#763A17'

red 118 ◦ green 58 ◦ blue 23

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

Shades of Peru Tan #763A17

Tints of Peru Tan #763A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.15%

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

R = 59.3%
G = 29.15%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763A17 (or 0x763A17) is known color: Peru Tan. HEX triplet: 76, 3A and 17. RGB value is (118,58,23). Sum of RGB (Red+Green+Blue) = 118+58+23=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #763A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A17 is #89C5E8. Grayscale: #484848. Windows color (decimal): -9029097 or 1522294. OLE color: 1522294.

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

Color convert

RGB 118 58 23 -
CMYK 0 0.51 0.81 0.54
HSL 22.11º 0.67% 0.28% -
HSV(B) 22.11º 0.81% 0.46% -
XYZ 9.14 6.94 1.67 -
YUV 71.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 118 58 23 0 0.51 0.81 0.54 22.11 0.67 0.28
Hex 76 3A 17 0 33 51 36 16 43 1C
Octal 166 72 27 0 63 121 66 26 103 34
Binary 1110110 111010 10111 0 110011 1010001 110110 10110 1000011 11100

Color Harmonies of #763A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A17

Black with #763A17

Text Example


Text Example

White with #763A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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