Html Css Color HEX #955314 Saddle Brown

📋 copy color: '#955314'

red 149 ◦ green 83 ◦ blue 20

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

Shades of Saddle Brown #955314

Tints of Saddle Brown #955314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 59.13%
G = 32.94%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#955314 (or 0x955314) is known color: Saddle Brown. HEX triplet: 95, 53 and 14. RGB value is (149,83,20). Sum of RGB (Red+Green+Blue) = 149+83+20=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #955314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955314 is #6AACEB. Grayscale: #5F5F5F. Windows color (decimal): -6991084 or 1332117. OLE color: 1332117.

HSL color Cylindrical-coordinate representation of color #955314: hue angle of 29.3º degrees, saturation: 0.76, 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 #955314 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 20 -
CMYK 0 0.44 0.87 0.42
HSL 29.3º 0.76% 0.33% -
HSV(B) 29.3º 0.87% 0.58% -
XYZ 15.61 12.63 2.28 -
YUV 95.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 149 83 20 0 0.44 0.87 0.42 29.3 0.76 0.33
Hex 95 53 14 0 2C 57 2A 1D 4C 21
Octal 225 123 24 0 54 127 52 35 114 41
Binary 10010101 1010011 10100 0 101100 1010111 101010 11101 1001100 100001

Color Harmonies of #955314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955314

Black with #955314

Text Example


Text Example

White with #955314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955314; }

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

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

background-color css

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

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

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

border-color css

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

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

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