Html Css Color HEX #994B05 Saddle Brown

📋 copy color: '#994B05'

red 153 ◦ green 75 ◦ blue 5

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

Shades of Saddle Brown #994B05

Tints of Saddle Brown #994B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 65.67%
G = 32.19%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#994B05 (or 0x994B05) is known color: Saddle Brown. HEX triplet: 99, 4B and 05. RGB value is (153,75,5). Sum of RGB (Red+Green+Blue) = 153+75+5=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #994B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994B05 is #66B4FA. Grayscale: #5A5A5A. Windows color (decimal): -6731003 or 347033. OLE color: 347033.

HSL color Cylindrical-coordinate representation of color #994B05: hue angle of 28.38º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #994B05 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 75 5 -
CMYK 0 0.51 0.97 0.4
HSL 28.38º 0.94% 0.31% -
HSV(B) 28.38º 0.97% 0.6% -
XYZ 15.68 11.82 1.6 -
YUV 90.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 153 75 5 0 0.51 0.97 0.4 28.38 0.94 0.31
Hex 99 4B 5 0 33 61 28 1C 5E 1F
Octal 231 113 5 0 63 141 50 34 136 37
Binary 10011001 1001011 101 0 110011 1100001 101000 11100 1011110 11111

Color Harmonies of #994B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B05

Black with #994B05

Text Example


Text Example

White with #994B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,75,5); }

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

background-color css

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

 a { background-color: rgb(153,75,5); }

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

border-color css

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

 span { border-color: rgb(153,75,5); }

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