Html Css Color HEX #984802 Saddle Brown

📋 copy color: '#984802'

red 152 ◦ green 72 ◦ blue 2

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

Shades of Saddle Brown #984802

Tints of Saddle Brown #984802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 67.26%
G = 31.86%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#984802 (or 0x984802) is known color: Saddle Brown. HEX triplet: 98, 48 and 02. RGB value is (152,72,2). Sum of RGB (Red+Green+Blue) = 152+72+2=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #984802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984802 is #67B7FD. Grayscale: #585858. Windows color (decimal): -6797310 or 149656. OLE color: 149656.

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

Color convert

RGB 152 72 2 -
CMYK 0 0.53 0.99 0.40
HSL 28º 0.97% 0.3% -
HSV(B) 28º 0.99% 0.6% -
XYZ 15.28 11.31 1.44 -
YUV 87.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 152 72 2 0 0.53 0.99 0.40 28 0.97 0.3
Hex 98 48 2 0 35 63 28 1C 61 1E
Octal 230 110 2 0 65 143 50 34 141 36
Binary 10011000 1001000 10 0 110101 1100011 101000 11100 1100001 11110

Color Harmonies of #984802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984802

Black with #984802

Text Example


Text Example

White with #984802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984802; }

 p { color: rgb(152,72,2); }

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

background-color css

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

 a { background-color: rgb(152,72,2); }

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

border-color css

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

 span { border-color: rgb(152,72,2); }

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