Html Css Color HEX #984D01 Saddle Brown

📋 copy color: '#984D01'

red 152 ◦ green 77 ◦ blue 1

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

Shades of Saddle Brown #984D01

Tints of Saddle Brown #984D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 66.09%
G = 33.48%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#984D01 (or 0x984D01) is known color: Saddle Brown. HEX triplet: 98, 4D and 01. RGB value is (152,77,1). Sum of RGB (Red+Green+Blue) = 152+77+1=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #984D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984D01 is #67B2FE. Grayscale: #5B5B5B. Windows color (decimal): -6796031 or 85400. OLE color: 85400.

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

Color convert

RGB 152 77 1 -
CMYK 0 0.49 0.99 0.40
HSL 30.2º 0.99% 0.3% -
HSV(B) 30.2º 0.99% 0.6% -
XYZ 15.61 11.99 1.52 -
YUV 90.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 152 77 1 0 0.49 0.99 0.40 30.2 0.99 0.3
Hex 98 4D 1 0 31 63 28 1E 63 1E
Octal 230 115 1 0 61 143 50 36 143 36
Binary 10011000 1001101 1 0 110001 1100011 101000 11110 1100011 11110

Color Harmonies of #984D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D01

Black with #984D01

Text Example


Text Example

White with #984D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984D01; }

 p { color: rgb(152,77,1); }

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

background-color css

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

 a { background-color: rgb(152,77,1); }

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

border-color css

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

 span { border-color: rgb(152,77,1); }

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