Html Css Color HEX #933001 Saddle Brown

📋 copy color: '#933001'

red 147 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #933001

Tints of Saddle Brown #933001

RGB

 RED value IS 147 (57.81% from 255) = 75%

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

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

R = 75%
G = 24.49%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#933001 (or 0x933001) is known color: Saddle Brown. HEX triplet: 93, 30 and 01. RGB value is (147,48,1). Sum of RGB (Red+Green+Blue) = 147+48+1=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #933001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933001 is #6CCFFE. Grayscale: #484848. Windows color (decimal): -7131135 or 77971. OLE color: 77971.

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

Color convert

RGB 147 48 1 -
CMYK 0 0.67 0.99 0.42
HSL 19.32º 0.99% 0.29% -
HSV(B) 19.32º 0.99% 0.58% -
XYZ 13.1 8.32 0.94 -
YUV 72.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 147 48 1 0 0.67 0.99 0.42 19.32 0.99 0.29
Hex 93 30 1 0 43 63 2A 13 63 1D
Octal 223 60 1 0 103 143 52 23 143 35
Binary 10010011 110000 1 0 1000011 1100011 101010 10011 1100011 11101

Color Harmonies of #933001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933001

Black with #933001

Text Example


Text Example

White with #933001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933001; }

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

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

background-color css

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

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

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

border-color css

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

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

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