Html Css Color HEX #992E03 Saddle Brown

📋 copy color: '#992E03'

red 153 ◦ green 46 ◦ blue 3

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

Shades of Saddle Brown #992E03

Tints of Saddle Brown #992E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.77%

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

R = 75.74%
G = 22.77%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#992E03 (or 0x992E03) is known color: Saddle Brown. HEX triplet: 99, 2E and 03. RGB value is (153,46,3). Sum of RGB (Red+Green+Blue) = 153+46+3=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #992E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992E03 is #66D1FC. Grayscale: #494949. Windows color (decimal): -6738429 or 208537. OLE color: 208537.

HSL color Cylindrical-coordinate representation of color #992E03: hue angle of 17.2º 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 #992E03 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 46 3 -
CMYK 0 0.70 0.98 0.4
HSL 17.2º 0.96% 0.31% -
HSV(B) 17.2º 0.98% 0.6% -
XYZ 14.13 8.73 1.03 -
YUV 73.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 153 46 3 0 0.70 0.98 0.4 17.2 0.96 0.31
Hex 99 2E 3 0 46 62 28 11 60 1F
Octal 231 56 3 0 106 142 50 21 140 37
Binary 10011001 101110 11 0 1000110 1100010 101000 10001 1100000 11111

Color Harmonies of #992E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E03

Black with #992E03

Text Example


Text Example

White with #992E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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