Html Css Color HEX #7E4004 Saddle Brown

📋 copy color: '#7E4004'

red 126 ◦ green 64 ◦ blue 4

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

Shades of Saddle Brown #7E4004

Tints of Saddle Brown #7E4004

RGB

 RED value IS 126 (49.61% from 255) = 64.95%

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 64.95%
G = 32.99%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7E4004 (or 0x7E4004) is known color: Saddle Brown. HEX triplet: 7E, 40 and 04. RGB value is (126,64,4). Sum of RGB (Red+Green+Blue) = 126+64+4=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4004 is #81BFFB. Grayscale: #4C4C4C. Windows color (decimal): -8503292 or 278654. OLE color: 278654.

HSL color Cylindrical-coordinate representation of color #7E4004: hue angle of 29.51º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E4004 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 64 4 -
CMYK 0 0.49 0.97 0.51
HSL 29.51º 0.94% 0.25% -
HSV(B) 29.51º 0.97% 0.49% -
XYZ 10.46 8.11 1.13 -
YUV 75.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 126 64 4 0 0.49 0.97 0.51 29.51 0.94 0.25
Hex 7E 40 4 0 31 61 33 1E 5E 19
Octal 176 100 4 0 61 141 63 36 136 31
Binary 1111110 1000000 100 0 110001 1100001 110011 11110 1011110 11001

Color Harmonies of #7E4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4004

Black with #7E4004

Text Example


Text Example

White with #7E4004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,64,4); }

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

background-color css

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

 a { background-color: rgb(126,64,4); }

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

border-color css

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

 span { border-color: rgb(126,64,4); }

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