Html Css Color HEX #7E350D Saddle Brown

📋 copy color: '#7E350D'

red 126 ◦ green 53 ◦ blue 13

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

Shades of Saddle Brown #7E350D

Tints of Saddle Brown #7E350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 65.63%
G = 27.6%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7E350D (or 0x7E350D) is known color: Saddle Brown. HEX triplet: 7E, 35 and 0D. RGB value is (126,53,13). Sum of RGB (Red+Green+Blue) = 126+53+13=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E350D is #81CAF2. Grayscale: #464646. Windows color (decimal): -8506099 or 865662. OLE color: 865662.

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

Color convert

RGB 126 53 13 -
CMYK 0 0.58 0.90 0.51
HSL 21.24º 0.81% 0.27% -
HSV(B) 21.24º 0.9% 0.49% -
XYZ 9.95 7.01 1.21 -
YUV 70.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 126 53 13 0 0.58 0.90 0.51 21.24 0.81 0.27
Hex 7E 35 D 0 3A 5A 33 15 51 1B
Octal 176 65 15 0 72 132 63 25 121 33
Binary 1111110 110101 1101 0 111010 1011010 110011 10101 1010001 11011

Color Harmonies of #7E350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E350D

Black with #7E350D

Text Example


Text Example

White with #7E350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,53,13); }

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

background-color css

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

 a { background-color: rgb(126,53,13); }

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

border-color css

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

 span { border-color: rgb(126,53,13); }

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