Html Css Color HEX #933200 Saddle Brown

📋 copy color: '#933200'

red 147 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #933200

Tints of Saddle Brown #933200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 74.62%
G = 25.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#933200 (or 0x933200) is known color: Saddle Brown. HEX triplet: 93, 32 and 00. RGB value is (147,50,0). Sum of RGB (Red+Green+Blue) = 147+50+0=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #933200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933200 is #6CCDFF. Grayscale: #494949. Windows color (decimal): -7130624 or 12947. OLE color: 12947.

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

Color convert

RGB 147 50 0 -
CMYK 0 0.66 1 0.42
HSL 20.41º 1% 0.29% -
HSV(B) 20.41º 1% 0.58% -
XYZ 13.17 8.48 0.94 -
YUV 73.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 147 50 0 0 0.66 1 0.42 20.41 1 0.29
Hex 93 32 0 0 42 64 2A 14 64 1D
Octal 223 62 0 0 102 144 52 24 144 35
Binary 10010011 110010 0 0 1000010 1100100 101010 10100 1100100 11101

Color Harmonies of #933200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933200

Black with #933200

Text Example


Text Example

White with #933200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933200; }

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

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

background-color css

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

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

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

border-color css

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

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

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