Html Css Color HEX #762D09 Peru Tan

📋 copy color: '#762D09'

red 118 ◦ green 45 ◦ blue 9

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

Shades of Peru Tan #762D09

Tints of Peru Tan #762D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.16%

 BLUE value IS 9 (3.91% from 255) = 5.23%

R = 68.6%
G = 26.16%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#762D09 (or 0x762D09) is known color: Peru Tan. HEX triplet: 76, 2D and 09. RGB value is (118,45,9). Sum of RGB (Red+Green+Blue) = 118+45+9=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D09 is #89D2F6. Grayscale: #3E3E3E. Windows color (decimal): -9032439 or 601462. OLE color: 601462.

HSL color Cylindrical-coordinate representation of color #762D09: hue angle of 19.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #762D09 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 9 -
CMYK 0 0.62 0.92 0.54
HSL 19.82º 0.86% 0.25% -
HSV(B) 19.82º 0.92% 0.46% -
XYZ 8.46 5.75 0.92 -
YUV 62.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 118 45 9 0 0.62 0.92 0.54 19.82 0.86 0.25
Hex 76 2D 9 0 3E 5C 36 14 56 19
Octal 166 55 11 0 76 134 66 24 126 31
Binary 1110110 101101 1001 0 111110 1011100 110110 10100 1010110 11001

Color Harmonies of #762D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D09

Black with #762D09

Text Example


Text Example

White with #762D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D09; }

 p { color: rgb(118,45,9); }

 H1.HeaderClassName
 {
   color: #762D09;
 }
 .AnyTagClassName
 {
   color: #762D09;
 }
</style>

background-color css

<style>
 a { background-color: #762D09; }

 a { background-color: rgb(118,45,9); }

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

border-color css

<style>
 span { border-color: #762D09; }

 span { border-color: rgb(118,45,9); }

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