Html Css Color HEX #935A14 Golden Brown

📋 copy color: '#935A14'

red 147 ◦ green 90 ◦ blue 20

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

Shades of Golden Brown #935A14

Tints of Golden Brown #935A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.02%

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

R = 57.2%
G = 35.02%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#935A14 (or 0x935A14) is known color: Golden Brown. HEX triplet: 93, 5A and 14. RGB value is (147,90,20). Sum of RGB (Red+Green+Blue) = 147+90+20=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #935A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A14 is #6CA5EB. Grayscale: #636363. Windows color (decimal): -7120364 or 1333907. OLE color: 1333907.

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

Color convert

RGB 147 90 20 -
CMYK 0 0.39 0.86 0.42
HSL 33.07º 0.76% 0.33% -
HSV(B) 33.07º 0.86% 0.58% -
XYZ 15.82 13.57 2.45 -
YUV 99.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 147 90 20 0 0.39 0.86 0.42 33.07 0.76 0.33
Hex 93 5A 14 0 27 56 2A 21 4C 21
Octal 223 132 24 0 47 126 52 41 114 41
Binary 10010011 1011010 10100 0 100111 1010110 101010 100001 1001100 100001

Color Harmonies of #935A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A14

Black with #935A14

Text Example


Text Example

White with #935A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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