Html Css Color HEX #982800 Saddle Brown

📋 copy color: '#982800'

red 152 ◦ green 40 ◦ blue 0

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

Shades of Saddle Brown #982800

Tints of Saddle Brown #982800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.17%
G = 20.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#982800 (or 0x982800) is known color: Saddle Brown. HEX triplet: 98, 28 and 00. RGB value is (152,40,0). Sum of RGB (Red+Green+Blue) = 152+40+0=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #982800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982800 is #67D7FF. Grayscale: #454545. Windows color (decimal): -6805504 or 10392. OLE color: 10392.

HSL color Cylindrical-coordinate representation of color #982800: hue angle of 15.79º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #982800 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 0 -
CMYK 0 0.74 1 0.40
HSL 15.79º 1% 0.3% -
HSV(B) 15.79º 1% 0.6% -
XYZ 13.71 8.19 0.86 -
YUV 68.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 152 40 0 0 0.74 1 0.40 15.79 1 0.3
Hex 98 28 0 0 4A 64 28 10 64 1E
Octal 230 50 0 0 112 144 50 20 144 36
Binary 10011000 101000 0 0 1001010 1100100 101000 10000 1100100 11110

Color Harmonies of #982800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982800

Black with #982800

Text Example


Text Example

White with #982800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982800; }

 p { color: rgb(152,40,0); }

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

background-color css

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

 a { background-color: rgb(152,40,0); }

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

border-color css

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

 span { border-color: rgb(152,40,0); }

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