Html Css Color HEX #954413 Saddle Brown

📋 copy color: '#954413'

red 149 ◦ green 68 ◦ blue 19

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

Shades of Saddle Brown #954413

Tints of Saddle Brown #954413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 63.14%
G = 28.81%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#954413 (or 0x954413) is known color: Saddle Brown. HEX triplet: 95, 44 and 13. RGB value is (149,68,19). Sum of RGB (Red+Green+Blue) = 149+68+19=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #954413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954413 is #6ABBEC. Grayscale: #565656. Windows color (decimal): -6994925 or 1262741. OLE color: 1262741.

HSL color Cylindrical-coordinate representation of color #954413: hue angle of 22.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #954413 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 19 -
CMYK 0 0.54 0.87 0.42
HSL 22.62º 0.77% 0.33% -
HSV(B) 22.62º 0.87% 0.58% -
XYZ 14.58 10.57 1.89 -
YUV 86.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 149 68 19 0 0.54 0.87 0.42 22.62 0.77 0.33
Hex 95 44 13 0 36 57 2A 17 4D 21
Octal 225 104 23 0 66 127 52 27 115 41
Binary 10010101 1000100 10011 0 110110 1010111 101010 10111 1001101 100001

Color Harmonies of #954413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954413

Black with #954413

Text Example


Text Example

White with #954413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954413; }

 p { color: rgb(149,68,19); }

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

background-color css

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

 a { background-color: rgb(149,68,19); }

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

border-color css

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

 span { border-color: rgb(149,68,19); }

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