Html Css Color HEX #985004 Saddle Brown

📋 copy color: '#985004'

red 152 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #985004

Tints of Saddle Brown #985004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 64.41%
G = 33.9%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#985004 (or 0x985004) is known color: Saddle Brown. HEX triplet: 98, 50 and 04. RGB value is (152,80,4). Sum of RGB (Red+Green+Blue) = 152+80+4=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #985004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985004 is #67AFFB. Grayscale: #5D5D5D. Windows color (decimal): -6795260 or 282776. OLE color: 282776.

HSL color Cylindrical-coordinate representation of color #985004: hue angle of 30.81º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #985004 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 4 -
CMYK 0 0.47 0.97 0.40
HSL 30.81º 0.95% 0.31% -
HSV(B) 30.81º 0.97% 0.6% -
XYZ 15.84 12.42 1.68 -
YUV 92.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 152 80 4 0 0.47 0.97 0.40 30.81 0.95 0.31
Hex 98 50 4 0 2F 61 28 1F 5F 1F
Octal 230 120 4 0 57 141 50 37 137 37
Binary 10011000 1010000 100 0 101111 1100001 101000 11111 1011111 11111

Color Harmonies of #985004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985004

Black with #985004

Text Example


Text Example

White with #985004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985004; }

 p { color: rgb(152,80,4); }

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

background-color css

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

 a { background-color: rgb(152,80,4); }

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

border-color css

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

 span { border-color: rgb(152,80,4); }

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