Html Css Color HEX #995200 Saddle Brown

📋 copy color: '#995200'

red 153 ◦ green 82 ◦ blue 0

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

Shades of Saddle Brown #995200

Tints of Saddle Brown #995200

RGB

 RED value IS 153 (60.16% from 255) = 65.11%

 GREEN value IS 82 (32.42% from 255) = 34.89%

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

R = 65.11%
G = 34.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#995200 (or 0x995200) is known color: Saddle Brown. HEX triplet: 99, 52 and 00. RGB value is (153,82,0). Sum of RGB (Red+Green+Blue) = 153+82+0=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #995200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995200 is #66ADFF. Grayscale: #5E5E5E. Windows color (decimal): -6729216 or 21145. OLE color: 21145.

HSL color Cylindrical-coordinate representation of color #995200: hue angle of 32.16º 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 #995200 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 0 -
CMYK 0 0.46 1 0.4
HSL 32.16º 1% 0.3% -
HSV(B) 32.16º 1% 0.6% -
XYZ 16.15 12.81 1.62 -
YUV 93.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 153 82 0 0 0.46 1 0.4 32.16 1 0.3
Hex 99 52 0 0 2E 64 28 20 64 1E
Octal 231 122 0 0 56 144 50 40 144 36
Binary 10011001 1010010 0 0 101110 1100100 101000 100000 1100100 11110

Color Harmonies of #995200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995200

Black with #995200

Text Example


Text Example

White with #995200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995200; }

 p { color: rgb(153,82,0); }

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

background-color css

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

 a { background-color: rgb(153,82,0); }

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

border-color css

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

 span { border-color: rgb(153,82,0); }

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