Html Css Color HEX #955315 Saddle Brown

📋 copy color: '#955315'

red 149 ◦ green 83 ◦ blue 21

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

Shades of Saddle Brown #955315

Tints of Saddle Brown #955315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 58.89%
G = 32.81%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#955315 (or 0x955315) is known color: Saddle Brown. HEX triplet: 95, 53 and 15. RGB value is (149,83,21). Sum of RGB (Red+Green+Blue) = 149+83+21=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #955315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955315 is #6AACEA. Grayscale: #5F5F5F. Windows color (decimal): -6991083 or 1397653. OLE color: 1397653.

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

Color convert

RGB 149 83 21 -
CMYK 0 0.44 0.86 0.42
HSL 29.06º 0.75% 0.33% -
HSV(B) 29.06º 0.86% 0.58% -
XYZ 15.62 12.63 2.32 -
YUV 95.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 149 83 21 0 0.44 0.86 0.42 29.06 0.75 0.33
Hex 95 53 15 0 2C 56 2A 1D 4B 21
Octal 225 123 25 0 54 126 52 35 113 41
Binary 10010101 1010011 10101 0 101100 1010110 101010 11101 1001011 100001

Color Harmonies of #955315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955315

Black with #955315

Text Example


Text Example

White with #955315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955315; }

 p { color: rgb(149,83,21); }

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

background-color css

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

 a { background-color: rgb(149,83,21); }

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

border-color css

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

 span { border-color: rgb(149,83,21); }

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