Html Css Color HEX #984005 Saddle Brown

📋 copy color: '#984005'

red 152 ◦ green 64 ◦ blue 5

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

Shades of Saddle Brown #984005

Tints of Saddle Brown #984005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 68.78%
G = 28.96%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#984005 (or 0x984005) is known color: Saddle Brown. HEX triplet: 98, 40 and 05. RGB value is (152,64,5). Sum of RGB (Red+Green+Blue) = 152+64+5=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #984005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984005 is #67BFFA. Grayscale: #535353. Windows color (decimal): -6799355 or 344216. OLE color: 344216.

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

Color convert

RGB 152 64 5 -
CMYK 0 0.58 0.97 0.40
HSL 24.08º 0.94% 0.31% -
HSV(B) 24.08º 0.97% 0.6% -
XYZ 14.81 10.35 1.36 -
YUV 83.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 152 64 5 0 0.58 0.97 0.40 24.08 0.94 0.31
Hex 98 40 5 0 3A 61 28 18 5E 1F
Octal 230 100 5 0 72 141 50 30 136 37
Binary 10011000 1000000 101 0 111010 1100001 101000 11000 1011110 11111

Color Harmonies of #984005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984005

Black with #984005

Text Example


Text Example

White with #984005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984005; }

 p { color: rgb(152,64,5); }

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

background-color css

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

 a { background-color: rgb(152,64,5); }

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

border-color css

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

 span { border-color: rgb(152,64,5); }

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