Html Css Color HEX #994F01 Saddle Brown

📋 copy color: '#994F01'

red 153 ◦ green 79 ◦ blue 1

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

Shades of Saddle Brown #994F01

Tints of Saddle Brown #994F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.91%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 65.67%
G = 33.91%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#994F01 (or 0x994F01) is known color: Saddle Brown. HEX triplet: 99, 4F and 01. RGB value is (153,79,1). Sum of RGB (Red+Green+Blue) = 153+79+1=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #994F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F01 is #66B0FE. Grayscale: #5C5C5C. Windows color (decimal): -6729983 or 85913. OLE color: 85913.

HSL color Cylindrical-coordinate representation of color #994F01: hue angle of 30.79º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #994F01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 1 -
CMYK 0 0.48 0.99 0.4
HSL 30.79º 0.99% 0.3% -
HSV(B) 30.79º 0.99% 0.6% -
XYZ 15.94 12.37 1.58 -
YUV 92.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 153 79 1 0 0.48 0.99 0.4 30.79 0.99 0.3
Hex 99 4F 1 0 30 63 28 1F 63 1E
Octal 231 117 1 0 60 143 50 37 143 36
Binary 10011001 1001111 1 0 110000 1100011 101000 11111 1100011 11110

Color Harmonies of #994F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F01

Black with #994F01

Text Example


Text Example

White with #994F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,79,1); }

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

background-color css

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

 a { background-color: rgb(153,79,1); }

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

border-color css

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

 span { border-color: rgb(153,79,1); }

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