Html Css Color HEX #935500 Golden Brown

📋 copy color: '#935500'

red 147 ◦ green 85 ◦ blue 0

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

Shades of Golden Brown #935500

Tints of Golden Brown #935500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 63.36%
G = 36.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#935500 (or 0x935500) is known color: Golden Brown. HEX triplet: 93, 55 and 00. RGB value is (147,85,0). Sum of RGB (Red+Green+Blue) = 147+85+0=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #935500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935500 is #6CAAFF. Grayscale: #5E5E5E. Windows color (decimal): -7121664 or 21907. OLE color: 21907.

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

Color convert

RGB 147 85 0 -
CMYK 0 0.42 1 0.42
HSL 34.69º 1% 0.29% -
HSV(B) 34.69º 1% 0.58% -
XYZ 15.28 12.7 1.65 -
YUV 93.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 147 85 0 0 0.42 1 0.42 34.69 1 0.29
Hex 93 55 0 0 2A 64 2A 23 64 1D
Octal 223 125 0 0 52 144 52 43 144 35
Binary 10010011 1010101 0 0 101010 1100100 101010 100011 1100100 11101

Color Harmonies of #935500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935500

Black with #935500

Text Example


Text Example

White with #935500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935500; }

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

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

background-color css

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

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

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

border-color css

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

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

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