Html Css Color HEX #925E09 Golden Brown

📋 copy color: '#925E09'

red 146 ◦ green 94 ◦ blue 9

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

Shades of Golden Brown #925E09

Tints of Golden Brown #925E09

RGB

 RED value IS 146 (57.42% from 255) = 58.63%

 GREEN value IS 94 (37.11% from 255) = 37.75%

 BLUE value IS 9 (3.91% from 255) = 3.61%

R = 58.63%
G = 37.75%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#925E09 (or 0x925E09) is known color: Golden Brown. HEX triplet: 92, 5E and 09. RGB value is (146,94,9). Sum of RGB (Red+Green+Blue) = 146+94+9=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #925E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925E09 is #6DA1F6. Grayscale: #646464. Windows color (decimal): -7184887 or 614034. OLE color: 614034.

HSL color Cylindrical-coordinate representation of color #925E09: hue angle of 37.23º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #925E09 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 9 -
CMYK 0 0.36 0.94 0.43
HSL 37.23º 0.88% 0.3% -
HSV(B) 37.23º 0.94% 0.57% -
XYZ 15.91 14.14 2.15 -
YUV 99.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 146 94 9 0 0.36 0.94 0.43 37.23 0.88 0.3
Hex 92 5E 9 0 24 5E 2B 25 58 1E
Octal 222 136 11 0 44 136 53 45 130 36
Binary 10010010 1011110 1001 0 100100 1011110 101011 100101 1011000 11110

Color Harmonies of #925E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E09

Black with #925E09

Text Example


Text Example

White with #925E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925E09; }

 p { color: rgb(146,94,9); }

 H1.HeaderClassName
 {
   color: #925E09;
 }
 .AnyTagClassName
 {
   color: #925E09;
 }
</style>

background-color css

<style>
 a { background-color: #925E09; }

 a { background-color: rgb(146,94,9); }

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

border-color css

<style>
 span { border-color: #925E09; }

 span { border-color: rgb(146,94,9); }

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