Html Css Color HEX #953F08 Saddle Brown

📋 copy color: '#953F08'

red 149 ◦ green 63 ◦ blue 8

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

Shades of Saddle Brown #953F08

Tints of Saddle Brown #953F08

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

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

R = 67.73%
G = 28.64%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#953F08 (or 0x953F08) is known color: Saddle Brown. HEX triplet: 95, 3F and 08. RGB value is (149,63,8). Sum of RGB (Red+Green+Blue) = 149+63+8=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #953F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F08 is #6AC0F7. Grayscale: #525252. Windows color (decimal): -6996216 or 540565. OLE color: 540565.

HSL color Cylindrical-coordinate representation of color #953F08: hue angle of 23.4º 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 #953F08 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 8 -
CMYK 0 0.58 0.95 0.42
HSL 23.4º 0.9% 0.31% -
HSV(B) 23.4º 0.95% 0.58% -
XYZ 14.22 9.96 1.4 -
YUV 82.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 149 63 8 0 0.58 0.95 0.42 23.4 0.9 0.31
Hex 95 3F 8 0 3A 5F 2A 17 5A 1F
Octal 225 77 10 0 72 137 52 27 132 37
Binary 10010101 111111 1000 0 111010 1011111 101010 10111 1011010 11111

Color Harmonies of #953F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F08

Black with #953F08

Text Example


Text Example

White with #953F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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