Html Css Color HEX #925D13 Golden Brown

📋 copy color: '#925D13'

red 146 ◦ green 93 ◦ blue 19

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

Shades of Golden Brown #925D13

Tints of Golden Brown #925D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 56.59%
G = 36.05%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#925D13 (or 0x925D13) is known color: Golden Brown. HEX triplet: 92, 5D and 13. RGB value is (146,93,19). Sum of RGB (Red+Green+Blue) = 146+93+19=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #925D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D13 is #6DA2EC. Grayscale: #646464. Windows color (decimal): -7185133 or 1269138. OLE color: 1269138.

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

Color convert

RGB 146 93 19 -
CMYK 0 0.36 0.87 0.43
HSL 34.96º 0.77% 0.32% -
HSV(B) 34.96º 0.87% 0.57% -
XYZ 15.89 13.99 2.48 -
YUV 100.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 146 93 19 0 0.36 0.87 0.43 34.96 0.77 0.32
Hex 92 5D 13 0 24 57 2B 23 4D 20
Octal 222 135 23 0 44 127 53 43 115 40
Binary 10010010 1011101 10011 0 100100 1010111 101011 100011 1001101 100000

Color Harmonies of #925D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D13

Black with #925D13

Text Example


Text Example

White with #925D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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