Html Css Color HEX #953A0D Saddle Brown

📋 copy color: '#953A0D'

red 149 ◦ green 58 ◦ blue 13

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

Shades of Saddle Brown #953A0D

Tints of Saddle Brown #953A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 67.73%
G = 26.36%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#953A0D (or 0x953A0D) is known color: Saddle Brown. HEX triplet: 95, 3A and 0D. RGB value is (149,58,13). Sum of RGB (Red+Green+Blue) = 149+58+13=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #953A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A0D is #6AC5F2. Grayscale: #505050. Windows color (decimal): -6997491 or 866965. OLE color: 866965.

HSL color Cylindrical-coordinate representation of color #953A0D: hue angle of 19.85º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #953A0D is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 13 -
CMYK 0 0.61 0.91 0.42
HSL 19.85º 0.84% 0.32% -
HSV(B) 19.85º 0.91% 0.58% -
XYZ 13.98 9.44 1.47 -
YUV 80.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 149 58 13 0 0.61 0.91 0.42 19.85 0.84 0.32
Hex 95 3A D 0 3D 5B 2A 14 54 20
Octal 225 72 15 0 75 133 52 24 124 40
Binary 10010101 111010 1101 0 111101 1011011 101010 10100 1010100 100000

Color Harmonies of #953A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A0D

Black with #953A0D

Text Example


Text Example

White with #953A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,13); }

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

background-color css

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

 a { background-color: rgb(149,58,13); }

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

border-color css

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

 span { border-color: rgb(149,58,13); }

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