Html Css Color HEX #76300A Peru Tan

📋 copy color: '#76300A'

red 118 ◦ green 48 ◦ blue 10

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

Shades of Peru Tan #76300A

Tints of Peru Tan #76300A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

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

R = 67.05%
G = 27.27%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76300A (or 0x76300A) is known color: Peru Tan. HEX triplet: 76, 30 and 0A. RGB value is (118,48,10). Sum of RGB (Red+Green+Blue) = 118+48+10=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #76300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76300A is #89CFF5. Grayscale: #404040. Windows color (decimal): -9031670 or 667766. OLE color: 667766.

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

Color convert

RGB 118 48 10 -
CMYK 0 0.59 0.92 0.54
HSL 21.11º 0.84% 0.25% -
HSV(B) 21.11º 0.92% 0.46% -
XYZ 8.58 5.99 0.99 -
YUV 64.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 118 48 10 0 0.59 0.92 0.54 21.11 0.84 0.25
Hex 76 30 A 0 3B 5C 36 15 54 19
Octal 166 60 12 0 73 134 66 25 124 31
Binary 1110110 110000 1010 0 111011 1011100 110110 10101 1010100 11001

Color Harmonies of #76300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76300A

Black with #76300A

Text Example


Text Example

White with #76300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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