Html Css Color HEX #985003 Saddle Brown

📋 copy color: '#985003'

red 152 ◦ green 80 ◦ blue 3

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

Shades of Saddle Brown #985003

Tints of Saddle Brown #985003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 64.68%
G = 34.04%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#985003 (or 0x985003) is known color: Saddle Brown. HEX triplet: 98, 50 and 03. RGB value is (152,80,3). Sum of RGB (Red+Green+Blue) = 152+80+3=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #985003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985003 is #67AFFC. Grayscale: #5D5D5D. Windows color (decimal): -6795261 or 217240. OLE color: 217240.

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

Color convert

RGB 152 80 3 -
CMYK 0 0.47 0.98 0.40
HSL 31.01º 0.96% 0.3% -
HSV(B) 31.01º 0.98% 0.6% -
XYZ 15.83 12.42 1.65 -
YUV 92.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 152 80 3 0 0.47 0.98 0.40 31.01 0.96 0.3
Hex 98 50 3 0 2F 62 28 1F 60 1E
Octal 230 120 3 0 57 142 50 37 140 36
Binary 10011000 1010000 11 0 101111 1100010 101000 11111 1100000 11110

Color Harmonies of #985003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985003

Black with #985003

Text Example


Text Example

White with #985003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985003; }

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

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

background-color css

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

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

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

border-color css

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

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

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