Html Css Color HEX #933400 Saddle Brown

📋 copy color: '#933400'

red 147 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #933400

Tints of Saddle Brown #933400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.87%
G = 26.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#933400 (or 0x933400) is known color: Saddle Brown. HEX triplet: 93, 34 and 00. RGB value is (147,52,0). Sum of RGB (Red+Green+Blue) = 147+52+0=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #933400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933400 is #6CCBFF. Grayscale: #4A4A4A. Windows color (decimal): -7130112 or 13459. OLE color: 13459.

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

Color convert

RGB 147 52 0 -
CMYK 0 0.65 1 0.42
HSL 21.22º 1% 0.29% -
HSV(B) 21.22º 1% 0.58% -
XYZ 13.26 8.66 0.97 -
YUV 74.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 147 52 0 0 0.65 1 0.42 21.22 1 0.29
Hex 93 34 0 0 41 64 2A 15 64 1D
Octal 223 64 0 0 101 144 52 25 144 35
Binary 10010011 110100 0 0 1000001 1100100 101010 10101 1100100 11101

Color Harmonies of #933400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933400

Black with #933400

Text Example


Text Example

White with #933400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933400; }

 p { color: rgb(147,52,0); }

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

background-color css

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

 a { background-color: rgb(147,52,0); }

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

border-color css

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

 span { border-color: rgb(147,52,0); }

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