Html Css Color HEX #943301 Saddle Brown

📋 copy color: '#943301'

red 148 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #943301

Tints of Saddle Brown #943301

RGB

 RED value IS 148 (58.2% from 255) = 74%

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 74%
G = 25.5%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#943301 (or 0x943301) is known color: Saddle Brown. HEX triplet: 94, 33 and 01. RGB value is (148,51,1). Sum of RGB (Red+Green+Blue) = 148+51+1=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #943301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943301 is #6BCCFE. Grayscale: #4A4A4A. Windows color (decimal): -7064831 or 78740. OLE color: 78740.

HSL color Cylindrical-coordinate representation of color #943301: hue angle of 20.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #943301 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 51 1 -
CMYK 0 0.66 0.99 0.42
HSL 20.41º 0.99% 0.29% -
HSV(B) 20.41º 0.99% 0.58% -
XYZ 13.4 8.67 1 -
YUV 74.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 148 51 1 0 0.66 0.99 0.42 20.41 0.99 0.29
Hex 94 33 1 0 42 63 2A 14 63 1D
Octal 224 63 1 0 102 143 52 24 143 35
Binary 10010100 110011 1 0 1000010 1100011 101010 10100 1100011 11101

Color Harmonies of #943301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943301

Black with #943301

Text Example


Text Example

White with #943301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943301; }

 p { color: rgb(148,51,1); }

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

background-color css

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

 a { background-color: rgb(148,51,1); }

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

border-color css

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

 span { border-color: rgb(148,51,1); }

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