Html Css Color HEX #953308 Saddle Brown

📋 copy color: '#953308'

red 149 ◦ green 51 ◦ blue 8

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

Shades of Saddle Brown #953308

Tints of Saddle Brown #953308

RGB

 RED value IS 149 (58.59% from 255) = 71.63%

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 71.63%
G = 24.52%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#953308 (or 0x953308) is known color: Saddle Brown. HEX triplet: 95, 33 and 08. RGB value is (149,51,8). Sum of RGB (Red+Green+Blue) = 149+51+8=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #953308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953308 is #6ACCF7. Grayscale: #4B4B4B. Windows color (decimal): -6999288 or 537493. OLE color: 537493.

HSL color Cylindrical-coordinate representation of color #953308: hue angle of 18.3º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #953308 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 8 -
CMYK 0 0.66 0.95 0.42
HSL 18.3º 0.9% 0.31% -
HSV(B) 18.3º 0.95% 0.58% -
XYZ 13.62 8.77 1.21 -
YUV 75.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 149 51 8 0 0.66 0.95 0.42 18.3 0.9 0.31
Hex 95 33 8 0 42 5F 2A 12 5A 1F
Octal 225 63 10 0 102 137 52 22 132 37
Binary 10010101 110011 1000 0 1000010 1011111 101010 10010 1011010 11111

Color Harmonies of #953308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953308

Black with #953308

Text Example


Text Example

White with #953308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953308; }

 p { color: rgb(149,51,8); }

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

background-color css

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

 a { background-color: rgb(149,51,8); }

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

border-color css

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

 span { border-color: rgb(149,51,8); }

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