Html Css Color HEX #943001 Saddle Brown

📋 copy color: '#943001'

red 148 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #943001

Tints of Saddle Brown #943001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 75.13%
G = 24.37%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#943001 (or 0x943001) is known color: Saddle Brown. HEX triplet: 94, 30 and 01. RGB value is (148,48,1). Sum of RGB (Red+Green+Blue) = 148+48+1=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #943001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943001 is #6BCFFE. Grayscale: #484848. Windows color (decimal): -7065599 or 77972. OLE color: 77972.

HSL color Cylindrical-coordinate representation of color #943001: hue angle of 19.18º 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 #943001 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 1 -
CMYK 0 0.68 0.99 0.42
HSL 19.18º 0.99% 0.29% -
HSV(B) 19.18º 0.99% 0.58% -
XYZ 13.28 8.41 0.95 -
YUV 72.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 148 48 1 0 0.68 0.99 0.42 19.18 0.99 0.29
Hex 94 30 1 0 44 63 2A 13 63 1D
Octal 224 60 1 0 104 143 52 23 143 35
Binary 10010100 110000 1 0 1000100 1100011 101010 10011 1100011 11101

Color Harmonies of #943001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943001

Black with #943001

Text Example


Text Example

White with #943001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943001; }

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

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

background-color css

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

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

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

border-color css

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

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

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