Html Css Color HEX #994D12 Saddle Brown

📋 copy color: '#994D12'

red 153 ◦ green 77 ◦ blue 18

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

Shades of Saddle Brown #994D12

Tints of Saddle Brown #994D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 61.69%
G = 31.05%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#994D12 (or 0x994D12) is known color: Saddle Brown. HEX triplet: 99, 4D and 12. RGB value is (153,77,18). Sum of RGB (Red+Green+Blue) = 153+77+18=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #994D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994D12 is #66B2ED. Grayscale: #5D5D5D. Windows color (decimal): -6730478 or 1199513. OLE color: 1199513.

HSL color Cylindrical-coordinate representation of color #994D12: hue angle of 26.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #994D12 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 18 -
CMYK 0 0.50 0.88 0.4
HSL 26.22º 0.79% 0.34% -
HSV(B) 26.22º 0.88% 0.6% -
XYZ 15.9 12.12 2.07 -
YUV 93 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 153 77 18 0 0.50 0.88 0.4 26.22 0.79 0.34
Hex 99 4D 12 0 32 58 28 1A 4F 22
Octal 231 115 22 0 62 130 50 32 117 42
Binary 10011001 1001101 10010 0 110010 1011000 101000 11010 1001111 100010

Color Harmonies of #994D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D12

Black with #994D12

Text Example


Text Example

White with #994D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,77,18); }

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

background-color css

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

 a { background-color: rgb(153,77,18); }

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

border-color css

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

 span { border-color: rgb(153,77,18); }

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