#954F02

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

Shades of Saddle Brown #954F02

Tints of Saddle Brown #954F02

Color information

#954F02 (or 0x954F02) is unknown color: approx Saddle Brown. HEX triplet: 95, 4F and 02. RGB value is (149,79,2). Sum of RGB (Red+Green+Blue) = 149+79+2=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #954F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F02 is #6AB0FD. Grayscale: #5B5B5B. Windows color (decimal): -6992126 or 151445. OLE color: 151445.

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

Color convert

RGB149792-
CMYK00.470.990.42
HSL31.43º97.35%29.61%-
HSV(B)31.43º98.66%58.43%-
XYZ15.211.991.57-
YUV91.1577.69169.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=64.78%
G=34.35%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14979200.470.990.4231.4397.3529.61
Hex954F202F632A1f611e
Octal2251172057143523714136
Binary100101011001111100101111110001110101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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