Html Css Color HEX #935E14 Golden Brown

📋 copy color: '#935E14'

red 147 ◦ green 94 ◦ blue 20

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

Shades of Golden Brown #935E14

Tints of Golden Brown #935E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 56.32%
G = 36.02%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#935E14 (or 0x935E14) is known color: Golden Brown. HEX triplet: 93, 5E and 14. RGB value is (147,94,20). Sum of RGB (Red+Green+Blue) = 147+94+20=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #935E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935E14 is #6CA1EB. Grayscale: #656565. Windows color (decimal): -7119340 or 1334931. OLE color: 1334931.

HSL color Cylindrical-coordinate representation of color #935E14: hue angle of 34.96º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #935E14 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 94 20 -
CMYK 0 0.36 0.86 0.42
HSL 34.96º 0.76% 0.33% -
HSV(B) 34.96º 0.86% 0.58% -
XYZ 16.16 14.26 2.56 -
YUV 101.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 147 94 20 0 0.36 0.86 0.42 34.96 0.76 0.33
Hex 93 5E 14 0 24 56 2A 23 4C 21
Octal 223 136 24 0 44 126 52 43 114 41
Binary 10010011 1011110 10100 0 100100 1010110 101010 100011 1001100 100001

Color Harmonies of #935E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E14

Black with #935E14

Text Example


Text Example

White with #935E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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