Html Css Color HEX #762F09 Peru Tan

📋 copy color: '#762F09'

red 118 ◦ green 47 ◦ blue 9

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

Shades of Peru Tan #762F09

Tints of Peru Tan #762F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.01%

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

R = 67.82%
G = 27.01%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#762F09 (or 0x762F09) is known color: Peru Tan. HEX triplet: 76, 2F and 09. RGB value is (118,47,9). Sum of RGB (Red+Green+Blue) = 118+47+9=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F09 is #89D0F6. Grayscale: #404040. Windows color (decimal): -9031927 or 601974. OLE color: 601974.

HSL color Cylindrical-coordinate representation of color #762F09: hue angle of 20.92º 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 #762F09 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 9 -
CMYK 0 0.60 0.92 0.54
HSL 20.92º 0.86% 0.25% -
HSV(B) 20.92º 0.92% 0.46% -
XYZ 8.54 5.9 0.95 -
YUV 63.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 118 47 9 0 0.60 0.92 0.54 20.92 0.86 0.25
Hex 76 2F 9 0 3C 5C 36 15 56 19
Octal 166 57 11 0 74 134 66 25 126 31
Binary 1110110 101111 1001 0 111100 1011100 110110 10101 1010110 11001

Color Harmonies of #762F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F09

Black with #762F09

Text Example


Text Example

White with #762F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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