Html Css Color HEX #925C15 Golden Brown

📋 copy color: '#925C15'

red 146 ◦ green 92 ◦ blue 21

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

Shades of Golden Brown #925C15

Tints of Golden Brown #925C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

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

R = 56.37%
G = 35.52%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#925C15 (or 0x925C15) is known color: Golden Brown. HEX triplet: 92, 5C and 15. RGB value is (146,92,21). Sum of RGB (Red+Green+Blue) = 146+92+21=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #925C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C15 is #6DA3EA. Grayscale: #646464. Windows color (decimal): -7185387 or 1399954. OLE color: 1399954.

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

Color convert

RGB 146 92 21 -
CMYK 0 0.37 0.86 0.43
HSL 34.08º 0.75% 0.33% -
HSV(B) 34.08º 0.86% 0.57% -
XYZ 15.82 13.82 2.54 -
YUV 100.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 146 92 21 0 0.37 0.86 0.43 34.08 0.75 0.33
Hex 92 5C 15 0 25 56 2B 22 4B 21
Octal 222 134 25 0 45 126 53 42 113 41
Binary 10010010 1011100 10101 0 100101 1010110 101011 100010 1001011 100001

Color Harmonies of #925C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C15

Black with #925C15

Text Example


Text Example

White with #925C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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