Html Css Color HEX #7E3108 Saddle Brown

📋 copy color: '#7E3108'

red 126 ◦ green 49 ◦ blue 8

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

Shades of Saddle Brown #7E3108

Tints of Saddle Brown #7E3108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

 BLUE value IS 8 (3.52% from 255) = 4.37%

R = 68.85%
G = 26.78%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7E3108 (or 0x7E3108) is known color: Saddle Brown. HEX triplet: 7E, 31 and 08. RGB value is (126,49,8). Sum of RGB (Red+Green+Blue) = 126+49+8=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3108 is #81CEF7. Grayscale: #434343. Windows color (decimal): -8507128 or 536958. OLE color: 536958.

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

Color convert

RGB 126 49 8 -
CMYK 0 0.61 0.94 0.51
HSL 20.85º 0.88% 0.26% -
HSV(B) 20.85º 0.94% 0.49% -
XYZ 9.75 6.65 1 -
YUV 67.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 126 49 8 0 0.61 0.94 0.51 20.85 0.88 0.26
Hex 7E 31 8 0 3D 5E 33 15 58 1A
Octal 176 61 10 0 75 136 63 25 130 32
Binary 1111110 110001 1000 0 111101 1011110 110011 10101 1011000 11010

Color Harmonies of #7E3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3108

Black with #7E3108

Text Example


Text Example

White with #7E3108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,49,8); }

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

background-color css

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

 a { background-color: rgb(126,49,8); }

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

border-color css

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

 span { border-color: rgb(126,49,8); }

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