Html Css Color HEX #763308 Peru Tan

📋 copy color: '#763308'

red 118 ◦ green 51 ◦ blue 8

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

Shades of Peru Tan #763308

Tints of Peru Tan #763308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 66.67%
G = 28.81%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#763308 (or 0x763308) is known color: Peru Tan. HEX triplet: 76, 33 and 08. RGB value is (118,51,8). Sum of RGB (Red+Green+Blue) = 118+51+8=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #763308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763308 is #89CCF7. Grayscale: #424242. Windows color (decimal): -9030904 or 537462. OLE color: 537462.

HSL color Cylindrical-coordinate representation of color #763308: hue angle of 23.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #763308 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 8 -
CMYK 0 0.57 0.93 0.54
HSL 23.45º 0.87% 0.25% -
HSV(B) 23.45º 0.93% 0.46% -
XYZ 8.7 6.24 0.98 -
YUV 66.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 118 51 8 0 0.57 0.93 0.54 23.45 0.87 0.25
Hex 76 33 8 0 39 5D 36 17 57 19
Octal 166 63 10 0 71 135 66 27 127 31
Binary 1110110 110011 1000 0 111001 1011101 110110 10111 1010111 11001

Color Harmonies of #763308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763308

Black with #763308

Text Example


Text Example

White with #763308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763308; }

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

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

background-color css

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

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

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

border-color css

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

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

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