#994F02

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

Shades of Saddle Brown #994F02

Tints of Saddle Brown #994F02

Color information

#994F02 (or 0x994F02) is unknown color: approx Saddle Brown. HEX triplet: 99, 4F and 02. RGB value is (153,79,2). Sum of RGB (Red+Green+Blue) = 153+79+2=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #994F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F02 is #66B0FD. Grayscale: #5C5C5C. Windows color (decimal): -6729982 or 151449. OLE color: 151449.

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

Color convert

RGB153792-
CMYK00.480.990.4
HSL30.6º97.42%30.39%-
HSV(B)30.6º98.69%60%-
XYZ15.9412.371.6-
YUV92.3577.02171.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=65.38%
G=33.76%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15379200.480.990.430.697.4230.39
Hex994F203063281f611e
Octal2311172060143503714136
Binary100110011001111100110000110001110100011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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