Html Css Color HEX #954000 Saddle Brown

📋 copy color: '#954000'

red 149 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #954000

Tints of Saddle Brown #954000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.95%
G = 30.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954000 (or 0x954000) is known color: Saddle Brown. HEX triplet: 95, 40 and 00. RGB value is (149,64,0). Sum of RGB (Red+Green+Blue) = 149+64+0=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #954000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954000 is #6ABFFF. Grayscale: #525252. Windows color (decimal): -6995968 or 16533. OLE color: 16533.

HSL color Cylindrical-coordinate representation of color #954000: hue angle of 25.77º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #954000 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 64 0 -
CMYK 0 0.57 1 0.42
HSL 25.77º 1% 0.29% -
HSV(B) 25.77º 1% 0.58% -
XYZ 14.23 10.06 1.19 -
YUV 82.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 149 64 0 0 0.57 1 0.42 25.77 1 0.29
Hex 95 40 0 0 39 64 2A 1A 64 1D
Octal 225 100 0 0 71 144 52 32 144 35
Binary 10010101 1000000 0 0 111001 1100100 101010 11010 1100100 11101

Color Harmonies of #954000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954000

Black with #954000

Text Example


Text Example

White with #954000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954000; }

 p { color: rgb(149,64,0); }

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

background-color css

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

 a { background-color: rgb(149,64,0); }

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

border-color css

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

 span { border-color: rgb(149,64,0); }

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