Html Css Color HEX #935000 Saddle Brown

📋 copy color: '#935000'

red 147 ◦ green 80 ◦ blue 0

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

Shades of Saddle Brown #935000

Tints of Saddle Brown #935000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 64.76%
G = 35.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#935000 (or 0x935000) is known color: Saddle Brown. HEX triplet: 93, 50 and 00. RGB value is (147,80,0). Sum of RGB (Red+Green+Blue) = 147+80+0=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #935000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935000 is #6CAFFF. Grayscale: #5B5B5B. Windows color (decimal): -7122944 or 20627. OLE color: 20627.

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

Color convert

RGB 147 80 0 -
CMYK 0 0.46 1 0.42
HSL 32.65º 1% 0.29% -
HSV(B) 32.65º 1% 0.58% -
XYZ 14.9 11.94 1.52 -
YUV 90.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 147 80 0 0 0.46 1 0.42 32.65 1 0.29
Hex 93 50 0 0 2E 64 2A 21 64 1D
Octal 223 120 0 0 56 144 52 41 144 35
Binary 10010011 1010000 0 0 101110 1100100 101010 100001 1100100 11101

Color Harmonies of #935000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935000

Black with #935000

Text Example


Text Example

White with #935000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935000; }

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

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

background-color css

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

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

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

border-color css

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

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

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