Html Css Color HEX #925D17 Golden Brown

📋 copy color: '#925D17'

red 146 ◦ green 93 ◦ blue 23

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

Shades of Golden Brown #925D17

Tints of Golden Brown #925D17

RGB

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

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

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

R = 55.73%
G = 35.5%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#925D17 (or 0x925D17) is known color: Golden Brown. HEX triplet: 92, 5D and 17. RGB value is (146,93,23). Sum of RGB (Red+Green+Blue) = 146+93+23=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #925D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D17 is #6DA2E8. Grayscale: #656565. Windows color (decimal): -7185129 or 1531282. OLE color: 1531282.

HSL color Cylindrical-coordinate representation of color #925D17: hue angle of 34.15º 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 #925D17 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 93 23 -
CMYK 0 0.36 0.84 0.43
HSL 34.15º 0.73% 0.33% -
HSV(B) 34.15º 0.84% 0.57% -
XYZ 15.92 14 2.67 -
YUV 100.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 146 93 23 0 0.36 0.84 0.43 34.15 0.73 0.33
Hex 92 5D 17 0 24 54 2B 22 49 21
Octal 222 135 27 0 44 124 53 42 111 41
Binary 10010010 1011101 10111 0 100100 1010100 101011 100010 1001001 100001

Color Harmonies of #925D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D17

Black with #925D17

Text Example


Text Example

White with #925D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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