Html Css Color HEX #763309 Peru Tan

📋 copy color: '#763309'

red 118 ◦ green 51 ◦ blue 9

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

Shades of Peru Tan #763309

Tints of Peru Tan #763309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

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

R = 66.29%
G = 28.65%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#763309 (or 0x763309) is known color: Peru Tan. HEX triplet: 76, 33 and 09. RGB value is (118,51,9). Sum of RGB (Red+Green+Blue) = 118+51+9=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #763309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763309 is #89CCF6. Grayscale: #424242. Windows color (decimal): -9030903 or 602998. OLE color: 602998.

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

Color convert

RGB 118 51 9 -
CMYK 0 0.57 0.92 0.54
HSL 23.12º 0.86% 0.25% -
HSV(B) 23.12º 0.92% 0.46% -
XYZ 8.7 6.24 1 -
YUV 66.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 118 51 9 0 0.57 0.92 0.54 23.12 0.86 0.25
Hex 76 33 9 0 39 5C 36 17 56 19
Octal 166 63 11 0 71 134 66 27 126 31
Binary 1110110 110011 1001 0 111001 1011100 110110 10111 1010110 11001

Color Harmonies of #763309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763309

Black with #763309

Text Example


Text Example

White with #763309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763309; }

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

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

background-color css

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

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

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

border-color css

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

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

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