Html Css Color HEX #955015 Saddle Brown

📋 copy color: '#955015'

red 149 ◦ green 80 ◦ blue 21

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

Shades of Saddle Brown #955015

Tints of Saddle Brown #955015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 59.6%
G = 32%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#955015 (or 0x955015) is known color: Saddle Brown. HEX triplet: 95, 50 and 15. RGB value is (149,80,21). Sum of RGB (Red+Green+Blue) = 149+80+21=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #955015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955015 is #6AAFEA. Grayscale: #5E5E5E. Windows color (decimal): -6991851 or 1396885. OLE color: 1396885.

HSL color Cylindrical-coordinate representation of color #955015: hue angle of 27.66º 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 #955015 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 21 -
CMYK 0 0.46 0.86 0.42
HSL 27.66º 0.75% 0.33% -
HSV(B) 27.66º 0.86% 0.58% -
XYZ 15.4 12.18 2.25 -
YUV 93.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 149 80 21 0 0.46 0.86 0.42 27.66 0.75 0.33
Hex 95 50 15 0 2E 56 2A 1C 4B 21
Octal 225 120 25 0 56 126 52 34 113 41
Binary 10010101 1010000 10101 0 101110 1010110 101010 11100 1001011 100001

Color Harmonies of #955015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955015

Black with #955015

Text Example


Text Example

White with #955015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955015; }

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

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

background-color css

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

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

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

border-color css

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

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

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