Html Css Color HEX #95330D Saddle Brown

📋 copy color: '#95330D'

red 149 ◦ green 51 ◦ blue 13

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

Shades of Saddle Brown #95330D

Tints of Saddle Brown #95330D

RGB

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

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

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

R = 69.95%
G = 23.94%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95330D (or 0x95330D) is known color: Saddle Brown. HEX triplet: 95, 33 and 0D. RGB value is (149,51,13). Sum of RGB (Red+Green+Blue) = 149+51+13=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95330D is #6ACCF2. Grayscale: #4C4C4C. Windows color (decimal): -6999283 or 865173. OLE color: 865173.

HSL color Cylindrical-coordinate representation of color #95330D: hue angle of 16.76º 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 #95330D is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 13 -
CMYK 0 0.66 0.91 0.42
HSL 16.76º 0.84% 0.32% -
HSV(B) 16.76º 0.91% 0.58% -
XYZ 13.65 8.79 1.36 -
YUV 75.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 149 51 13 0 0.66 0.91 0.42 16.76 0.84 0.32
Hex 95 33 D 0 42 5B 2A 11 54 20
Octal 225 63 15 0 102 133 52 21 124 40
Binary 10010101 110011 1101 0 1000010 1011011 101010 10001 1010100 100000

Color Harmonies of #95330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95330D

Black with #95330D

Text Example


Text Example

White with #95330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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