Html Css Color HEX #7E3B00 Saddle Brown

📋 copy color: '#7E3B00'

red 126 ◦ green 59 ◦ blue 0

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

Shades of Saddle Brown #7E3B00

Tints of Saddle Brown #7E3B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.11%
G = 31.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7E3B00 (or 0x7E3B00) is known color: Saddle Brown. HEX triplet: 7E, 3B and 00. RGB value is (126,59,0). Sum of RGB (Red+Green+Blue) = 126+59+0=185 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.11% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3B00 is #81C4FF. Grayscale: #484848. Windows color (decimal): -8504576 or 15230. OLE color: 15230.

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

Color convert

RGB 126 59 0 -
CMYK 0 0.53 1 0.51
HSL 28.1º 1% 0.25% -
HSV(B) 28.1º 1% 0.49% -
XYZ 10.17 7.56 0.92 -
YUV 72.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 126 59 0 0 0.53 1 0.51 28.1 1 0.25
Hex 7E 3B 0 0 35 64 33 1C 64 19
Octal 176 73 0 0 65 144 63 34 144 31
Binary 1111110 111011 0 0 110101 1100100 110011 11100 1100100 11001

Color Harmonies of #7E3B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3B00

Black with #7E3B00

Text Example


Text Example

White with #7E3B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,59,0); }

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

background-color css

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

 a { background-color: rgb(126,59,0); }

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

border-color css

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

 span { border-color: rgb(126,59,0); }

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