Html Css Color HEX #935301 Saddle Brown

📋 copy color: '#935301'

red 147 ◦ green 83 ◦ blue 1

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

Shades of Saddle Brown #935301

Tints of Saddle Brown #935301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 63.64%
G = 35.93%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#935301 (or 0x935301) is known color: Saddle Brown. HEX triplet: 93, 53 and 01. RGB value is (147,83,1). Sum of RGB (Red+Green+Blue) = 147+83+1=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #935301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935301 is #6CACFE. Grayscale: #5D5D5D. Windows color (decimal): -7122175 or 86931. OLE color: 86931.

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

Color convert

RGB 147 83 1 -
CMYK 0 0.44 0.99 0.42
HSL 33.7º 0.99% 0.29% -
HSV(B) 33.7º 0.99% 0.58% -
XYZ 15.13 12.39 1.62 -
YUV 92.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 147 83 1 0 0.44 0.99 0.42 33.7 0.99 0.29
Hex 93 53 1 0 2C 63 2A 22 63 1D
Octal 223 123 1 0 54 143 52 42 143 35
Binary 10010011 1010011 1 0 101100 1100011 101010 100010 1100011 11101

Color Harmonies of #935301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935301

Black with #935301

Text Example


Text Example

White with #935301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935301; }

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

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

background-color css

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

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

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

border-color css

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

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

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