Html Css Color HEX #76350A Peru Tan

📋 copy color: '#76350A'

red 118 ◦ green 53 ◦ blue 10

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

Shades of Peru Tan #76350A

Tints of Peru Tan #76350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.28%

 BLUE value IS 10 (4.3% from 255) = 5.52%

R = 65.19%
G = 29.28%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76350A (or 0x76350A) is known color: Peru Tan. HEX triplet: 76, 35 and 0A. RGB value is (118,53,10). Sum of RGB (Red+Green+Blue) = 118+53+10=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76350A is #89CAF5. Grayscale: #434343. Windows color (decimal): -9030390 or 669046. OLE color: 669046.

HSL color Cylindrical-coordinate representation of color #76350A: hue angle of 23.89º degrees, saturation: 0.84, 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 #76350A is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 10 -
CMYK 0 0.55 0.92 0.54
HSL 23.89º 0.84% 0.25% -
HSV(B) 23.89º 0.92% 0.46% -
XYZ 8.8 6.42 1.06 -
YUV 67.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 118 53 10 0 0.55 0.92 0.54 23.89 0.84 0.25
Hex 76 35 A 0 37 5C 36 18 54 19
Octal 166 65 12 0 67 134 66 30 124 31
Binary 1110110 110101 1010 0 110111 1011100 110110 11000 1010100 11001

Color Harmonies of #76350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76350A

Black with #76350A

Text Example


Text Example

White with #76350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76350A; }

 p { color: rgb(118,53,10); }

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

background-color css

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

 a { background-color: rgb(118,53,10); }

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

border-color css

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

 span { border-color: rgb(118,53,10); }

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