Html Css Color HEX #993A01 Saddle Brown

📋 copy color: '#993A01'

red 153 ◦ green 58 ◦ blue 1

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

Shades of Saddle Brown #993A01

Tints of Saddle Brown #993A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.36%

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

R = 72.17%
G = 27.36%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#993A01 (or 0x993A01) is known color: Saddle Brown. HEX triplet: 99, 3A and 01. RGB value is (153,58,1). Sum of RGB (Red+Green+Blue) = 153+58+1=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #993A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A01 is #66C5FE. Grayscale: #505050. Windows color (decimal): -6735359 or 80537. OLE color: 80537.

HSL color Cylindrical-coordinate representation of color #993A01: hue angle of 22.5º 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 #993A01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 1 -
CMYK 0 0.62 0.99 0.4
HSL 22.5º 0.99% 0.3% -
HSV(B) 22.5º 0.99% 0.6% -
XYZ 14.66 9.8 1.15 -
YUV 79.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 153 58 1 0 0.62 0.99 0.4 22.5 0.99 0.3
Hex 99 3A 1 0 3E 63 28 16 63 1E
Octal 231 72 1 0 76 143 50 26 143 36
Binary 10011001 111010 1 0 111110 1100011 101000 10110 1100011 11110

Color Harmonies of #993A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A01

Black with #993A01

Text Example


Text Example

White with #993A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993A01; }

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

 H1.HeaderClassName
 {
   color: #993A01;
 }
 .AnyTagClassName
 {
   color: #993A01;
 }
</style>

background-color css

<style>
 a { background-color: #993A01; }

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

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

border-color css

<style>
 span { border-color: #993A01; }

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

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