Html Css Color HEX #994C03 Saddle Brown

📋 copy color: '#994C03'

red 153 ◦ green 76 ◦ blue 3

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

Shades of Saddle Brown #994C03

Tints of Saddle Brown #994C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

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

R = 65.95%
G = 32.76%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#994C03 (or 0x994C03) is known color: Saddle Brown. HEX triplet: 99, 4C and 03. RGB value is (153,76,3). Sum of RGB (Red+Green+Blue) = 153+76+3=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #994C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C03 is #66B3FC. Grayscale: #5B5B5B. Windows color (decimal): -6730749 or 216217. OLE color: 216217.

HSL color Cylindrical-coordinate representation of color #994C03: hue angle of 29.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 #994C03 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 3 -
CMYK 0 0.50 0.98 0.4
HSL 29.2º 0.96% 0.31% -
HSV(B) 29.2º 0.98% 0.6% -
XYZ 15.74 11.95 1.56 -
YUV 90.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 153 76 3 0 0.50 0.98 0.4 29.2 0.96 0.31
Hex 99 4C 3 0 32 62 28 1D 60 1F
Octal 231 114 3 0 62 142 50 35 140 37
Binary 10011001 1001100 11 0 110010 1100010 101000 11101 1100000 11111

Color Harmonies of #994C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C03

Black with #994C03

Text Example


Text Example

White with #994C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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