Html Css Color HEX #7D3108 Saddle Brown

📋 copy color: '#7D3108'

red 125 ◦ green 49 ◦ blue 8

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

Shades of Saddle Brown #7D3108

Tints of Saddle Brown #7D3108

RGB

 RED value IS 125 (49.22% from 255) = 68.68%

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

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

R = 68.68%
G = 26.92%
B = 4.4%

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

#7D3108 (or 0x7D3108) is known color: Saddle Brown. HEX triplet: 7D, 31 and 08. RGB value is (125,49,8). Sum of RGB (Red+Green+Blue) = 125+49+8=182 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.68% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3108 is #82CEF7. Grayscale: #434343. Windows color (decimal): -8572664 or 536957. OLE color: 536957.

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

Color convert

RGB 125 49 8 -
CMYK 0 0.61 0.94 0.51
HSL 21.03º 0.88% 0.26% -
HSV(B) 21.03º 0.94% 0.49% -
XYZ 9.6 6.57 0.99 -
YUV 67.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 125 49 8 0 0.61 0.94 0.51 21.03 0.88 0.26
Hex 7D 31 8 0 3D 5E 33 15 58 1A
Octal 175 61 10 0 75 136 63 25 130 32
Binary 1111101 110001 1000 0 111101 1011110 110011 10101 1011000 11010

Color Harmonies of #7D3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3108

Black with #7D3108

Text Example


Text Example

White with #7D3108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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