Html Css Color HEX #905D08 Golden Brown

📋 copy color: '#905D08'

red 144 ◦ green 93 ◦ blue 8

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

Shades of Golden Brown #905D08

Tints of Golden Brown #905D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 58.78%
G = 37.96%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#905D08 (or 0x905D08) is known color: Golden Brown. HEX triplet: 90, 5D and 08. RGB value is (144,93,8). Sum of RGB (Red+Green+Blue) = 144+93+8=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #905D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905D08 is #6FA2F7. Grayscale: #626262. Windows color (decimal): -7316216 or 548240. OLE color: 548240.

HSL color Cylindrical-coordinate representation of color #905D08: hue angle of 37.5º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #905D08 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 93 8 -
CMYK 0 0.35 0.94 0.44
HSL 37.5º 0.89% 0.3% -
HSV(B) 37.5º 0.94% 0.56% -
XYZ 15.46 13.78 2.07 -
YUV 98.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 144 93 8 0 0.35 0.94 0.44 37.5 0.89 0.3
Hex 90 5D 8 0 23 5E 2C 26 59 1E
Octal 220 135 10 0 43 136 54 46 131 36
Binary 10010000 1011101 1000 0 100011 1011110 101100 100110 1011001 11110

Color Harmonies of #905D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905D08

Black with #905D08

Text Example


Text Example

White with #905D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,93,8); }

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

background-color css

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

 a { background-color: rgb(144,93,8); }

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

border-color css

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

 span { border-color: rgb(144,93,8); }

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