#984302

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

Shades of Saddle Brown #984302

Tints of Saddle Brown #984302

Color information

#984302 (or 0x984302) is unknown color: approx Saddle Brown. HEX triplet: 98, 43 and 02. RGB value is (152,67,2). Sum of RGB (Red+Green+Blue) = 152+67+2=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #984302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984302 is #67BCFD. Grayscale: #555555. Windows color (decimal): -6798590 or 148376. OLE color: 148376.

HSL color Cylindrical-coordinate representation of color #984302: hue angle of 26º 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 #984302 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB152672-
CMYK00.560.990.40
HSL26º97.4%30.2%-
HSV(B)26º98.68%59.61%-
XYZ14.9710.691.33-
YUV8581.16175.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.78%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=68.78%
G=30.32%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15267200.560.990.402697.430.2
Hex9843203863281a611e
Octal2301032070143503214136
Binary100110001000011100111000110001110100011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984302; }

 p { color: rgb(152,67,2); }

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

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

 a { background-color: rgb(152,67,2); }

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

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

 span { border-color: rgb(152,67,2); }

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