Html Css Color HEX #925900 Golden Brown

📋 copy color: '#925900'

red 146 ◦ green 89 ◦ blue 0

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

Shades of Golden Brown #925900

Tints of Golden Brown #925900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.13%
G = 37.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#925900 (or 0x925900) is known color: Golden Brown. HEX triplet: 92, 59 and 00. RGB value is (146,89,0). Sum of RGB (Red+Green+Blue) = 146+89+0=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #925900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925900 is #6DA6FF. Grayscale: #606060. Windows color (decimal): -7186176 or 22930. OLE color: 22930.

HSL color Cylindrical-coordinate representation of color #925900: hue angle of 36.58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #925900 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 89 0 -
CMYK 0 0.39 1 0.43
HSL 36.58º 1% 0.29% -
HSV(B) 36.58º 1% 0.57% -
XYZ 15.43 13.26 1.75 -
YUV 95.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 146 89 0 0 0.39 1 0.43 36.58 1 0.29
Hex 92 59 0 0 27 64 2B 25 64 1D
Octal 222 131 0 0 47 144 53 45 144 35
Binary 10010010 1011001 0 0 100111 1100100 101011 100101 1100100 11101

Color Harmonies of #925900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925900

Black with #925900

Text Example


Text Example

White with #925900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925900; }

 p { color: rgb(146,89,0); }

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

background-color css

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

 a { background-color: rgb(146,89,0); }

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

border-color css

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

 span { border-color: rgb(146,89,0); }

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