Html Css Color HEX #936005 Golden Brown

📋 copy color: '#936005'

red 147 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #936005

Tints of Golden Brown #936005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 59.27%
G = 38.71%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#936005 (or 0x936005) is known color: Golden Brown. HEX triplet: 93, 60 and 05. RGB value is (147,96,5). Sum of RGB (Red+Green+Blue) = 147+96+5=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #936005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936005 is #6C9FFA. Grayscale: #656565. Windows color (decimal): -7118843 or 352403. OLE color: 352403.

HSL color Cylindrical-coordinate representation of color #936005: hue angle of 38.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #936005 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 5 -
CMYK 0 0.35 0.97 0.42
HSL 38.45º 0.93% 0.3% -
HSV(B) 38.45º 0.97% 0.58% -
XYZ 16.24 14.58 2.1 -
YUV 100.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 147 96 5 0 0.35 0.97 0.42 38.45 0.93 0.3
Hex 93 60 5 0 23 61 2A 26 5D 1E
Octal 223 140 5 0 43 141 52 46 135 36
Binary 10010011 1100000 101 0 100011 1100001 101010 100110 1011101 11110

Color Harmonies of #936005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936005

Black with #936005

Text Example


Text Example

White with #936005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936005; }

 p { color: rgb(147,96,5); }

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

background-color css

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

 a { background-color: rgb(147,96,5); }

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

border-color css

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

 span { border-color: rgb(147,96,5); }

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