Html Css Color HEX #7E3E04 Saddle Brown

📋 copy color: '#7E3E04'

red 126 ◦ green 62 ◦ blue 4

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

Shades of Saddle Brown #7E3E04

Tints of Saddle Brown #7E3E04

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.29%

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

R = 65.63%
G = 32.29%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7E3E04 (or 0x7E3E04) is known color: Saddle Brown. HEX triplet: 7E, 3E and 04. RGB value is (126,62,4). Sum of RGB (Red+Green+Blue) = 126+62+4=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3E04 is #81C1FB. Grayscale: #4A4A4A. Windows color (decimal): -8503804 or 278142. OLE color: 278142.

HSL color Cylindrical-coordinate representation of color #7E3E04: hue angle of 28.52º 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 #7E3E04 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 62 4 -
CMYK 0 0.51 0.97 0.51
HSL 28.52º 0.94% 0.25% -
HSV(B) 28.52º 0.97% 0.49% -
XYZ 10.35 7.89 1.09 -
YUV 74.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 126 62 4 0 0.51 0.97 0.51 28.52 0.94 0.25
Hex 7E 3E 4 0 33 61 33 1D 5E 19
Octal 176 76 4 0 63 141 63 35 136 31
Binary 1111110 111110 100 0 110011 1100001 110011 11101 1011110 11001

Color Harmonies of #7E3E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3E04

Black with #7E3E04

Text Example


Text Example

White with #7E3E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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