Html Css Color HEX #984D0F Saddle Brown

📋 copy color: '#984D0F'

red 152 ◦ green 77 ◦ blue 15

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

Shades of Saddle Brown #984D0F

Tints of Saddle Brown #984D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 62.3%
G = 31.56%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#984D0F (or 0x984D0F) is known color: Saddle Brown. HEX triplet: 98, 4D and 0F. RGB value is (152,77,15). Sum of RGB (Red+Green+Blue) = 152+77+15=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #984D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984D0F is #67B2F0. Grayscale: #5C5C5C. Windows color (decimal): -6796017 or 1002904. OLE color: 1002904.

HSL color Cylindrical-coordinate representation of color #984D0F: hue angle of 27.15º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #984D0F is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 77 15 -
CMYK 0 0.49 0.90 0.40
HSL 27.15º 0.82% 0.33% -
HSV(B) 27.15º 0.9% 0.6% -
XYZ 15.69 12.02 1.94 -
YUV 92.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 152 77 15 0 0.49 0.90 0.40 27.15 0.82 0.33
Hex 98 4D F 0 31 5A 28 1B 52 21
Octal 230 115 17 0 61 132 50 33 122 41
Binary 10011000 1001101 1111 0 110001 1011010 101000 11011 1010010 100001

Color Harmonies of #984D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D0F

Black with #984D0F

Text Example


Text Example

White with #984D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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