Html Css Color HEX #984A1A Saddle Brown

📋 copy color: '#984A1A'

red 152 ◦ green 74 ◦ blue 26

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

Shades of Saddle Brown #984A1A

Tints of Saddle Brown #984A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 60.32%
G = 29.37%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#984A1A (or 0x984A1A) is known color: Saddle Brown. HEX triplet: 98, 4A and 1A. RGB value is (152,74,26). Sum of RGB (Red+Green+Blue) = 152+74+26=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #984A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A1A is #67B5E5. Grayscale: #5C5C5C. Windows color (decimal): -6796774 or 1723032. OLE color: 1723032.

HSL color Cylindrical-coordinate representation of color #984A1A: hue angle of 22.86º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #984A1A is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 74 26 -
CMYK 0 0.51 0.83 0.40
HSL 22.86º 0.71% 0.35% -
HSV(B) 22.86º 0.83% 0.6% -
XYZ 15.58 11.65 2.4 -
YUV 91.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 152 74 26 0 0.51 0.83 0.40 22.86 0.71 0.35
Hex 98 4A 1A 0 33 53 28 17 47 23
Octal 230 112 32 0 63 123 50 27 107 43
Binary 10011000 1001010 11010 0 110011 1010011 101000 10111 1000111 100011

Color Harmonies of #984A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A1A

Black with #984A1A

Text Example


Text Example

White with #984A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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