Html Css Color HEX #925815 Golden Brown

📋 copy color: '#925815'

red 146 ◦ green 88 ◦ blue 21

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

Shades of Golden Brown #925815

Tints of Golden Brown #925815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 57.25%
G = 34.51%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#925815 (or 0x925815) is known color: Golden Brown. HEX triplet: 92, 58 and 15. RGB value is (146,88,21). Sum of RGB (Red+Green+Blue) = 146+88+21=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #925815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925815 is #6DA7EA. Grayscale: #626262. Windows color (decimal): -7186411 or 1398930. OLE color: 1398930.

HSL color Cylindrical-coordinate representation of color #925815: hue angle of 32.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #925815 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 88 21 -
CMYK 0 0.40 0.86 0.43
HSL 32.16º 0.75% 0.33% -
HSV(B) 32.16º 0.86% 0.57% -
XYZ 15.48 13.14 2.43 -
YUV 97.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 146 88 21 0 0.40 0.86 0.43 32.16 0.75 0.33
Hex 92 58 15 0 28 56 2B 20 4B 21
Octal 222 130 25 0 50 126 53 40 113 41
Binary 10010010 1011000 10101 0 101000 1010110 101011 100000 1001011 100001

Color Harmonies of #925815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925815

Black with #925815

Text Example


Text Example

White with #925815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925815; }

 p { color: rgb(146,88,21); }

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

background-color css

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

 a { background-color: rgb(146,88,21); }

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

border-color css

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

 span { border-color: rgb(146,88,21); }

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