Html Css Color HEX #7E400B Saddle Brown

📋 copy color: '#7E400B'

red 126 ◦ green 64 ◦ blue 11

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

Shades of Saddle Brown #7E400B

Tints of Saddle Brown #7E400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 62.69%
G = 31.84%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7E400B (or 0x7E400B) is known color: Saddle Brown. HEX triplet: 7E, 40 and 0B. RGB value is (126,64,11). Sum of RGB (Red+Green+Blue) = 126+64+11=201 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.69% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 126 - color contains mainly: red. Hex color #7E400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E400B is #81BFF4. Grayscale: #4C4C4C. Windows color (decimal): -8503285 or 737406. OLE color: 737406.

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

Color convert

RGB 126 64 11 -
CMYK 0 0.49 0.91 0.51
HSL 27.65º 0.84% 0.27% -
HSV(B) 27.65º 0.91% 0.49% -
XYZ 10.5 8.13 1.33 -
YUV 76.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 126 64 11 0 0.49 0.91 0.51 27.65 0.84 0.27
Hex 7E 40 B 0 31 5B 33 1C 54 1B
Octal 176 100 13 0 61 133 63 34 124 33
Binary 1111110 1000000 1011 0 110001 1011011 110011 11100 1010100 11011

Color Harmonies of #7E400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E400B

Black with #7E400B

Text Example


Text Example

White with #7E400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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