Html Css Color HEX #984400 Saddle Brown

📋 copy color: '#984400'

red 152 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #984400

Tints of Saddle Brown #984400

RGB

 RED value IS 152 (59.77% from 255) = 69.09%

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 69.09%
G = 30.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#984400 (or 0x984400) is known color: Saddle Brown. HEX triplet: 98, 44 and 00. RGB value is (152,68,0). Sum of RGB (Red+Green+Blue) = 152+68+0=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #984400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984400 is #67BBFF. Grayscale: #555555. Windows color (decimal): -6798336 or 17560. OLE color: 17560.

HSL color Cylindrical-coordinate representation of color #984400: hue angle of 26.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #984400 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 0 -
CMYK 0 0.55 1 0.40
HSL 26.84º 1% 0.3% -
HSV(B) 26.84º 1% 0.6% -
XYZ 15.02 10.81 1.3 -
YUV 85.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 152 68 0 0 0.55 1 0.40 26.84 1 0.3
Hex 98 44 0 0 37 64 28 1B 64 1E
Octal 230 104 0 0 67 144 50 33 144 36
Binary 10011000 1000100 0 0 110111 1100100 101000 11011 1100100 11110

Color Harmonies of #984400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984400

Black with #984400

Text Example


Text Example

White with #984400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984400; }

 p { color: rgb(152,68,0); }

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

background-color css

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

 a { background-color: rgb(152,68,0); }

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

border-color css

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

 span { border-color: rgb(152,68,0); }

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