Html Css Color HEX #76451C Russet

📋 copy color: '#76451C'

red 118 ◦ green 69 ◦ blue 28

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

Shades of Russet #76451C

Tints of Russet #76451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 54.88%
G = 32.09%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76451C (or 0x76451C) is known color: Russet. HEX triplet: 76, 45 and 1C. RGB value is (118,69,28). Sum of RGB (Red+Green+Blue) = 118+69+28=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76451C is #89BAE3. Grayscale: #4F4F4F. Windows color (decimal): -9026276 or 1852790. OLE color: 1852790.

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

Color convert

RGB 118 69 28 -
CMYK 0 0.42 0.76 0.54
HSL 27.33º 0.62% 0.29% -
HSV(B) 27.33º 0.76% 0.46% -
XYZ 9.81 8.19 2.16 -
YUV 78.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 118 69 28 0 0.42 0.76 0.54 27.33 0.62 0.29
Hex 76 45 1C 0 2A 4C 36 1B 3E 1D
Octal 166 105 34 0 52 114 66 33 76 35
Binary 1110110 1000101 11100 0 101010 1001100 110110 11011 111110 11101

Color Harmonies of #76451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76451C

Black with #76451C

Text Example


Text Example

White with #76451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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