#954B00

Color #954B00 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #954B00

Tints of Saddle Brown #954B00

Color information

#954B00 (or 0x954B00) is unknown color: approx Saddle Brown. HEX triplet: 95, 4B and 00. RGB value is (149,75,0). Sum of RGB (Red+Green+Blue) = 149+75+0=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #954B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954B00 is #6AB4FF. Grayscale: #585858. Windows color (decimal): -6993152 or 19349. OLE color: 19349.

HSL color Cylindrical-coordinate representation of color #954B00: hue angle of 30.2º 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 #954B00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB149750-
CMYK00.5010.42
HSL30.2º100%29.22%-
HSV(B)30.2º100%58.43%-
XYZ14.9111.421.42-
YUV88.5878.02171.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.52%
G=33.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14975000.5010.4230.210029.22
Hex954B0032642A1e641d
Octal2251130062144523614435
Binary10010101100101100110010110010010101011110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #954B00;
 }
 .AnyTagClassName
 {
   color: #954B00;
 }
</style>
background-color css

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

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

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

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

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

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