Html Css Color HEX #984A0F Saddle Brown

📋 copy color: '#984A0F'

red 152 ◦ green 74 ◦ blue 15

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

Shades of Saddle Brown #984A0F

Tints of Saddle Brown #984A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

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

R = 63.07%
G = 30.71%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#984A0F (or 0x984A0F) is known color: Saddle Brown. HEX triplet: 98, 4A and 0F. RGB value is (152,74,15). Sum of RGB (Red+Green+Blue) = 152+74+15=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #984A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984A0F is #67B5F0. Grayscale: #5A5A5A. Windows color (decimal): -6796785 or 1002136. OLE color: 1002136.

HSL color Cylindrical-coordinate representation of color #984A0F: hue angle of 25.84º 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 #984A0F is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 74 15 -
CMYK 0 0.51 0.90 0.40
HSL 25.84º 0.82% 0.33% -
HSV(B) 25.84º 0.9% 0.6% -
XYZ 15.48 11.61 1.88 -
YUV 90.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 152 74 15 0 0.51 0.90 0.40 25.84 0.82 0.33
Hex 98 4A F 0 33 5A 28 1A 52 21
Octal 230 112 17 0 63 132 50 32 122 41
Binary 10011000 1001010 1111 0 110011 1011010 101000 11010 1010010 100001

Color Harmonies of #984A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A0F

Black with #984A0F

Text Example


Text Example

White with #984A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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