Html Css Color HEX #935400 Golden Brown

📋 copy color: '#935400'

red 147 ◦ green 84 ◦ blue 0

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

Shades of Golden Brown #935400

Tints of Golden Brown #935400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#935400 (or 0x935400) is known color: Golden Brown. HEX triplet: 93, 54 and 00. RGB value is (147,84,0). Sum of RGB (Red+Green+Blue) = 147+84+0=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #935400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935400 is #6CABFF. Grayscale: #5D5D5D. Windows color (decimal): -7121920 or 21651. OLE color: 21651.

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

Color convert

RGB 147 84 0 -
CMYK 0 0.43 1 0.42
HSL 34.29º 1% 0.29% -
HSV(B) 34.29º 1% 0.58% -
XYZ 15.2 12.54 1.62 -
YUV 93.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 147 84 0 0 0.43 1 0.42 34.29 1 0.29
Hex 93 54 0 0 2B 64 2A 22 64 1D
Octal 223 124 0 0 53 144 52 42 144 35
Binary 10010011 1010100 0 0 101011 1100100 101010 100010 1100100 11101

Color Harmonies of #935400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935400

Black with #935400

Text Example


Text Example

White with #935400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935400; }

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

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

background-color css

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

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

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

border-color css

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

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

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