Html Css Color HEX #925A17 Golden Brown

📋 copy color: '#925A17'

red 146 ◦ green 90 ◦ blue 23

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

Shades of Golden Brown #925A17

Tints of Golden Brown #925A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 56.37%
G = 34.75%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#925A17 (or 0x925A17) is known color: Golden Brown. HEX triplet: 92, 5A and 17. RGB value is (146,90,23). Sum of RGB (Red+Green+Blue) = 146+90+23=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #925A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925A17 is #6DA5E8. Grayscale: #636363. Windows color (decimal): -7185897 or 1530514. OLE color: 1530514.

HSL color Cylindrical-coordinate representation of color #925A17: hue angle of 32.68º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #925A17 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 90 23 -
CMYK 0 0.38 0.84 0.43
HSL 32.68º 0.73% 0.33% -
HSV(B) 32.68º 0.84% 0.57% -
XYZ 15.66 13.49 2.59 -
YUV 99.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 146 90 23 0 0.38 0.84 0.43 32.68 0.73 0.33
Hex 92 5A 17 0 26 54 2B 21 49 21
Octal 222 132 27 0 46 124 53 41 111 41
Binary 10010010 1011010 10111 0 100110 1010100 101011 100001 1001001 100001

Color Harmonies of #925A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A17

Black with #925A17

Text Example


Text Example

White with #925A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,90,23); }

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

background-color css

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

 a { background-color: rgb(146,90,23); }

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

border-color css

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

 span { border-color: rgb(146,90,23); }

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