Html Css Color HEX #954F10 Saddle Brown

📋 copy color: '#954F10'

red 149 ◦ green 79 ◦ blue 16

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

Shades of Saddle Brown #954F10

Tints of Saddle Brown #954F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 61.07%
G = 32.38%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954F10 (or 0x954F10) is known color: Saddle Brown. HEX triplet: 95, 4F and 10. RGB value is (149,79,16). Sum of RGB (Red+Green+Blue) = 149+79+16=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #954F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F10 is #6AB0EF. Grayscale: #5D5D5D. Windows color (decimal): -6992112 or 1068949. OLE color: 1068949.

HSL color Cylindrical-coordinate representation of color #954F10: hue angle of 28.42º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #954F10 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 16 -
CMYK 0 0.47 0.89 0.42
HSL 28.42º 0.81% 0.32% -
HSV(B) 28.42º 0.89% 0.58% -
XYZ 15.28 12.02 2 -
YUV 92.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 149 79 16 0 0.47 0.89 0.42 28.42 0.81 0.32
Hex 95 4F 10 0 2F 59 2A 1C 51 20
Octal 225 117 20 0 57 131 52 34 121 40
Binary 10010101 1001111 10000 0 101111 1011001 101010 11100 1010001 100000

Color Harmonies of #954F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F10

Black with #954F10

Text Example


Text Example

White with #954F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F10; }

 p { color: rgb(149,79,16); }

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

background-color css

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

 a { background-color: rgb(149,79,16); }

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

border-color css

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

 span { border-color: rgb(149,79,16); }

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