Html Css Color HEX #935E00 Golden Brown

📋 copy color: '#935E00'

red 147 ◦ green 94 ◦ blue 0

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

Shades of Golden Brown #935E00

Tints of Golden Brown #935E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39%

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

R = 61%
G = 39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#935E00 (or 0x935E00) is known color: Golden Brown. HEX triplet: 93, 5E and 00. RGB value is (147,94,0). Sum of RGB (Red+Green+Blue) = 147+94+0=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #935E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935E00 is #6CA1FF. Grayscale: #636363. Windows color (decimal): -7119360 or 24211. OLE color: 24211.

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

Color convert

RGB 147 94 0 -
CMYK 0 0.36 1 0.42
HSL 38.37º 1% 0.29% -
HSV(B) 38.37º 1% 0.58% -
XYZ 16.04 14.21 1.9 -
YUV 99.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 147 94 0 0 0.36 1 0.42 38.37 1 0.29
Hex 93 5E 0 0 24 64 2A 26 64 1D
Octal 223 136 0 0 44 144 52 46 144 35
Binary 10010011 1011110 0 0 100100 1100100 101010 100110 1100100 11101

Color Harmonies of #935E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E00

Black with #935E00

Text Example


Text Example

White with #935E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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