Html Css Color HEX #763A0D Peru Tan

📋 copy color: '#763A0D'

red 118 ◦ green 58 ◦ blue 13

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

Shades of Peru Tan #763A0D

Tints of Peru Tan #763A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 62.43%
G = 30.69%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#763A0D (or 0x763A0D) is known color: Peru Tan. HEX triplet: 76, 3A and 0D. RGB value is (118,58,13). Sum of RGB (Red+Green+Blue) = 118+58+13=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #763A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A0D is #89C5F2. Grayscale: #474747. Windows color (decimal): -9029107 or 866934. OLE color: 866934.

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

Color convert

RGB 118 58 13 -
CMYK 0 0.51 0.89 0.54
HSL 25.71º 0.8% 0.26% -
HSV(B) 25.71º 0.89% 0.46% -
XYZ 9.06 6.91 1.24 -
YUV 70.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 118 58 13 0 0.51 0.89 0.54 25.71 0.8 0.26
Hex 76 3A D 0 33 59 36 1A 50 1A
Octal 166 72 15 0 63 131 66 32 120 32
Binary 1110110 111010 1101 0 110011 1011001 110110 11010 1010000 11010

Color Harmonies of #763A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A0D

Black with #763A0D

Text Example


Text Example

White with #763A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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