Html Css Color HEX #935801 Golden Brown

📋 copy color: '#935801'

red 147 ◦ green 88 ◦ blue 1

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

Shades of Golden Brown #935801

Tints of Golden Brown #935801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.29%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 62.29%
G = 37.29%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#935801 (or 0x935801) is known color: Golden Brown. HEX triplet: 93, 58 and 01. RGB value is (147,88,1). Sum of RGB (Red+Green+Blue) = 147+88+1=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #935801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935801 is #6CA7FE. Grayscale: #606060. Windows color (decimal): -7120895 or 88211. OLE color: 88211.

HSL color Cylindrical-coordinate representation of color #935801: hue angle of 35.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #935801 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 1 -
CMYK 0 0.40 0.99 0.42
HSL 35.75º 0.99% 0.29% -
HSV(B) 35.75º 0.99% 0.58% -
XYZ 15.53 13.18 1.76 -
YUV 95.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 147 88 1 0 0.40 0.99 0.42 35.75 0.99 0.29
Hex 93 58 1 0 28 63 2A 24 63 1D
Octal 223 130 1 0 50 143 52 44 143 35
Binary 10010011 1011000 1 0 101000 1100011 101010 100100 1100011 11101

Color Harmonies of #935801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935801

Black with #935801

Text Example


Text Example

White with #935801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935801; }

 p { color: rgb(147,88,1); }

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

background-color css

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

 a { background-color: rgb(147,88,1); }

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

border-color css

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

 span { border-color: rgb(147,88,1); }

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