Html Css Color HEX #763A0F Peru Tan

📋 copy color: '#763A0F'

red 118 ◦ green 58 ◦ blue 15

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

Shades of Peru Tan #763A0F

Tints of Peru Tan #763A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.37%

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 61.78%
G = 30.37%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#763A0F (or 0x763A0F) is known color: Peru Tan. HEX triplet: 76, 3A and 0F. RGB value is (118,58,15). Sum of RGB (Red+Green+Blue) = 118+58+15=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #763A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A0F is #89C5F0. Grayscale: #474747. Windows color (decimal): -9029105 or 998006. OLE color: 998006.

HSL color Cylindrical-coordinate representation of color #763A0F: hue angle of 25.05º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #763A0F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 58 15 -
CMYK 0 0.51 0.87 0.54
HSL 25.05º 0.77% 0.26% -
HSV(B) 25.05º 0.87% 0.46% -
XYZ 9.07 6.91 1.31 -
YUV 71.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 118 58 15 0 0.51 0.87 0.54 25.05 0.77 0.26
Hex 76 3A F 0 33 57 36 19 4D 1A
Octal 166 72 17 0 63 127 66 31 115 32
Binary 1110110 111010 1111 0 110011 1010111 110110 11001 1001101 11010

Color Harmonies of #763A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A0F

Black with #763A0F

Text Example


Text Example

White with #763A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763A0F; }

 p { color: rgb(118,58,15); }

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

background-color css

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

 a { background-color: rgb(118,58,15); }

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

border-color css

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

 span { border-color: rgb(118,58,15); }

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