Html Css Color HEX #925D19 Golden Brown

📋 copy color: '#925D19'

red 146 ◦ green 93 ◦ blue 25

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

Shades of Golden Brown #925D19

Tints of Golden Brown #925D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 55.3%
G = 35.23%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#925D19 (or 0x925D19) is known color: Golden Brown. HEX triplet: 92, 5D and 19. RGB value is (146,93,25). Sum of RGB (Red+Green+Blue) = 146+93+25=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #925D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D19 is #6DA2E6. Grayscale: #656565. Windows color (decimal): -7185127 or 1662354. OLE color: 1662354.

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

Color convert

RGB 146 93 25 -
CMYK 0 0.36 0.83 0.43
HSL 33.72º 0.71% 0.34% -
HSV(B) 33.72º 0.83% 0.57% -
XYZ 15.94 14.01 2.78 -
YUV 101.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 146 93 25 0 0.36 0.83 0.43 33.72 0.71 0.34
Hex 92 5D 19 0 24 53 2B 22 47 22
Octal 222 135 31 0 44 123 53 42 107 42
Binary 10010010 1011101 11001 0 100100 1010011 101011 100010 1000111 100010

Color Harmonies of #925D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D19

Black with #925D19

Text Example


Text Example

White with #925D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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