Html Css Color HEX #935D01 Golden Brown

📋 copy color: '#935D01'

red 147 ◦ green 93 ◦ blue 1

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

Shades of Golden Brown #935D01

Tints of Golden Brown #935D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 61%
G = 38.59%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#935D01 (or 0x935D01) is known color: Golden Brown. HEX triplet: 93, 5D and 01. RGB value is (147,93,1). Sum of RGB (Red+Green+Blue) = 147+93+1=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #935D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D01 is #6CA2FE. Grayscale: #636363. Windows color (decimal): -7119615 or 89491. OLE color: 89491.

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

Color convert

RGB 147 93 1 -
CMYK 0 0.37 0.99 0.42
HSL 37.81º 0.99% 0.29% -
HSV(B) 37.81º 0.99% 0.58% -
XYZ 15.95 14.03 1.9 -
YUV 98.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 147 93 1 0 0.37 0.99 0.42 37.81 0.99 0.29
Hex 93 5D 1 0 25 63 2A 26 63 1D
Octal 223 135 1 0 45 143 52 46 143 35
Binary 10010011 1011101 1 0 100101 1100011 101010 100110 1100011 11101

Color Harmonies of #935D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D01

Black with #935D01

Text Example


Text Example

White with #935D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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