Html Css Color HEX #935A01 Golden Brown

📋 copy color: '#935A01'

red 147 ◦ green 90 ◦ blue 1

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

Shades of Golden Brown #935A01

Tints of Golden Brown #935A01

RGB

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

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

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

R = 61.76%
G = 37.82%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#935A01 (or 0x935A01) is known color: Golden Brown. HEX triplet: 93, 5A and 01. RGB value is (147,90,1). Sum of RGB (Red+Green+Blue) = 147+90+1=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #935A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A01 is #6CA5FE. Grayscale: #616161. Windows color (decimal): -7120383 or 88723. OLE color: 88723.

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

Color convert

RGB 147 90 1 -
CMYK 0 0.39 0.99 0.42
HSL 36.58º 0.99% 0.29% -
HSV(B) 36.58º 0.99% 0.58% -
XYZ 15.69 13.52 1.81 -
YUV 96.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 147 90 1 0 0.39 0.99 0.42 36.58 0.99 0.29
Hex 93 5A 1 0 27 63 2A 25 63 1D
Octal 223 132 1 0 47 143 52 45 143 35
Binary 10010011 1011010 1 0 100111 1100011 101010 100101 1100011 11101

Color Harmonies of #935A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A01

Black with #935A01

Text Example


Text Example

White with #935A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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