Html Css Color HEX #905F01 Golden Brown

📋 copy color: '#905F01'

red 144 ◦ green 95 ◦ blue 1

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

Shades of Golden Brown #905F01

Tints of Golden Brown #905F01

RGB

 RED value IS 144 (56.64% from 255) = 60%

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

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

R = 60%
G = 39.58%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#905F01 (or 0x905F01) is known color: Golden Brown. HEX triplet: 90, 5F and 01. RGB value is (144,95,1). Sum of RGB (Red+Green+Blue) = 144+95+1=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #905F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905F01 is #6FA0FE. Grayscale: #636363. Windows color (decimal): -7315711 or 90000. OLE color: 90000.

HSL color Cylindrical-coordinate representation of color #905F01: hue angle of 39.44º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #905F01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 95 1 -
CMYK 0 0.34 0.99 0.44
HSL 39.44º 0.99% 0.28% -
HSV(B) 39.44º 0.99% 0.56% -
XYZ 15.6 14.12 1.93 -
YUV 98.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 144 95 1 0 0.34 0.99 0.44 39.44 0.99 0.28
Hex 90 5F 1 0 22 63 2C 27 63 1C
Octal 220 137 1 0 42 143 54 47 143 34
Binary 10010000 1011111 1 0 100010 1100011 101100 100111 1100011 11100

Color Harmonies of #905F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905F01

Black with #905F01

Text Example


Text Example

White with #905F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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