Html Css Color HEX #935F01 Golden Brown

📋 copy color: '#935F01'

red 147 ◦ green 95 ◦ blue 1

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

Shades of Golden Brown #935F01

Tints of Golden Brown #935F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

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

R = 60.49%
G = 39.09%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#935F01 (or 0x935F01) is known color: Golden Brown. HEX triplet: 93, 5F and 01. RGB value is (147,95,1). Sum of RGB (Red+Green+Blue) = 147+95+1=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #935F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935F01 is #6CA0FE. Grayscale: #646464. Windows color (decimal): -7119103 or 90003. OLE color: 90003.

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

Color convert

RGB 147 95 1 -
CMYK 0 0.35 0.99 0.42
HSL 38.63º 0.99% 0.29% -
HSV(B) 38.63º 0.99% 0.58% -
XYZ 16.13 14.39 1.96 -
YUV 99.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 147 95 1 0 0.35 0.99 0.42 38.63 0.99 0.29
Hex 93 5F 1 0 23 63 2A 27 63 1D
Octal 223 137 1 0 43 143 52 47 143 35
Binary 10010011 1011111 1 0 100011 1100011 101010 100111 1100011 11101

Color Harmonies of #935F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935F01

Black with #935F01

Text Example


Text Example

White with #935F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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