Html Css Color HEX #7F4B18 Russet

📋 copy color: '#7F4B18'

red 127 ◦ green 75 ◦ blue 24

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

Shades of Russet #7F4B18

Tints of Russet #7F4B18

RGB

 RED value IS 127 (50% from 255) = 56.19%

 GREEN value IS 75 (29.69% from 255) = 33.19%

 BLUE value IS 24 (9.77% from 255) = 10.62%

R = 56.19%
G = 33.19%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#7F4B18 (or 0x7F4B18) is known color: Russet. HEX triplet: 7F, 4B and 18. RGB value is (127,75,24). Sum of RGB (Red+Green+Blue) = 127+75+24=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4B18 is #80B4E7. Grayscale: #545454. Windows color (decimal): -8434920 or 1592191. OLE color: 1592191.

HSL color Cylindrical-coordinate representation of color #7F4B18: hue angle of 29.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F4B18 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 75 24 -
CMYK 0 0.41 0.81 0.50
HSL 29.71º 0.68% 0.3% -
HSV(B) 29.71º 0.81% 0.5% -
XYZ 11.43 9.61 2.12 -
YUV 84.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 127 75 24 0 0.41 0.81 0.50 29.71 0.68 0.3
Hex 7F 4B 18 0 29 51 32 1E 44 1E
Octal 177 113 30 0 51 121 62 36 104 36
Binary 1111111 1001011 11000 0 101001 1010001 110010 11110 1000100 11110

Color Harmonies of #7F4B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4B18

Black with #7F4B18

Text Example


Text Example

White with #7F4B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4B18; }

 p { color: rgb(127,75,24); }

 H1.HeaderClassName
 {
   color: #7F4B18;
 }
 .AnyTagClassName
 {
   color: #7F4B18;
 }
</style>

background-color css

<style>
 a { background-color: #7F4B18; }

 a { background-color: rgb(127,75,24); }

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

border-color css

<style>
 span { border-color: #7F4B18; }

 span { border-color: rgb(127,75,24); }

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