Html Css Color HEX #984C0D Saddle Brown

📋 copy color: '#984C0D'

red 152 ◦ green 76 ◦ blue 13

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

Shades of Saddle Brown #984C0D

Tints of Saddle Brown #984C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.54%

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 63.07%
G = 31.54%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#984C0D (or 0x984C0D) is known color: Saddle Brown. HEX triplet: 98, 4C and 0D. RGB value is (152,76,13). Sum of RGB (Red+Green+Blue) = 152+76+13=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #984C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984C0D is #67B3F2. Grayscale: #5B5B5B. Windows color (decimal): -6796275 or 871576. OLE color: 871576.

HSL color Cylindrical-coordinate representation of color #984C0D: hue angle of 27.19º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #984C0D is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 76 13 -
CMYK 0 0.50 0.91 0.40
HSL 27.19º 0.84% 0.32% -
HSV(B) 27.19º 0.91% 0.6% -
XYZ 15.61 11.87 1.85 -
YUV 91.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 152 76 13 0 0.50 0.91 0.40 27.19 0.84 0.32
Hex 98 4C D 0 32 5B 28 1B 54 20
Octal 230 114 15 0 62 133 50 33 124 40
Binary 10011000 1001100 1101 0 110010 1011011 101000 11011 1010100 100000

Color Harmonies of #984C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C0D

Black with #984C0D

Text Example


Text Example

White with #984C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,76,13); }

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

background-color css

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

 a { background-color: rgb(152,76,13); }

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

border-color css

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

 span { border-color: rgb(152,76,13); }

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