Html Css Color HEX #76451E Russet

📋 copy color: '#76451E'

red 118 ◦ green 69 ◦ blue 30

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

Shades of Russet #76451E

Tints of Russet #76451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 54.38%
G = 31.8%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76451E (or 0x76451E) is known color: Russet. HEX triplet: 76, 45 and 1E. RGB value is (118,69,30). Sum of RGB (Red+Green+Blue) = 118+69+30=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76451E is #89BAE1. Grayscale: #4F4F4F. Windows color (decimal): -9026274 or 1983862. OLE color: 1983862.

HSL color Cylindrical-coordinate representation of color #76451E: hue angle of 26.59º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76451E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 30 -
CMYK 0 0.42 0.75 0.54
HSL 26.59º 0.59% 0.29% -
HSV(B) 26.59º 0.75% 0.46% -
XYZ 9.83 8.2 2.29 -
YUV 79.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 118 69 30 0 0.42 0.75 0.54 26.59 0.59 0.29
Hex 76 45 1E 0 2A 4B 36 1B 3B 1D
Octal 166 105 36 0 52 113 66 33 73 35
Binary 1110110 1000101 11110 0 101010 1001011 110110 11011 111011 11101

Color Harmonies of #76451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76451E

Black with #76451E

Text Example


Text Example

White with #76451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76451E; }

 p { color: rgb(118,69,30); }

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

background-color css

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

 a { background-color: rgb(118,69,30); }

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

border-color css

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

 span { border-color: rgb(118,69,30); }

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