Html Css Color HEX #995203 Saddle Brown

📋 copy color: '#995203'

red 153 ◦ green 82 ◦ blue 3

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

Shades of Saddle Brown #995203

Tints of Saddle Brown #995203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 64.29%
G = 34.45%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#995203 (or 0x995203) is known color: Saddle Brown. HEX triplet: 99, 52 and 03. RGB value is (153,82,3). Sum of RGB (Red+Green+Blue) = 153+82+3=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #995203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995203 is #66ADFC. Grayscale: #5E5E5E. Windows color (decimal): -6729213 or 217753. OLE color: 217753.

HSL color Cylindrical-coordinate representation of color #995203: hue angle of 31.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #995203 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 3 -
CMYK 0 0.46 0.98 0.4
HSL 31.6º 0.96% 0.31% -
HSV(B) 31.6º 0.98% 0.6% -
XYZ 16.17 12.81 1.71 -
YUV 94.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 153 82 3 0 0.46 0.98 0.4 31.6 0.96 0.31
Hex 99 52 3 0 2E 62 28 20 60 1F
Octal 231 122 3 0 56 142 50 40 140 37
Binary 10011001 1010010 11 0 101110 1100010 101000 100000 1100000 11111

Color Harmonies of #995203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995203

Black with #995203

Text Example


Text Example

White with #995203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995203; }

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

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

background-color css

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

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

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

border-color css

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

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

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