Html Css Color HEX #762B09 Peru Tan

📋 copy color: '#762B09'

red 118 ◦ green 43 ◦ blue 9

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

Shades of Peru Tan #762B09

Tints of Peru Tan #762B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.29%

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

R = 69.41%
G = 25.29%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#762B09 (or 0x762B09) is known color: Peru Tan. HEX triplet: 76, 2B and 09. RGB value is (118,43,9). Sum of RGB (Red+Green+Blue) = 118+43+9=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #762B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B09 is #89D4F6. Grayscale: #3D3D3D. Windows color (decimal): -9032951 or 600950. OLE color: 600950.

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

Color convert

RGB 118 43 9 -
CMYK 0 0.64 0.92 0.54
HSL 18.72º 0.86% 0.25% -
HSV(B) 18.72º 0.92% 0.46% -
XYZ 8.38 5.6 0.9 -
YUV 61.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 118 43 9 0 0.64 0.92 0.54 18.72 0.86 0.25
Hex 76 2B 9 0 40 5C 36 13 56 19
Octal 166 53 11 0 100 134 66 23 126 31
Binary 1110110 101011 1001 0 1000000 1011100 110110 10011 1010110 11001

Color Harmonies of #762B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B09

Black with #762B09

Text Example


Text Example

White with #762B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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