Html Css Color HEX #925515 Golden Brown

📋 copy color: '#925515'

red 146 ◦ green 85 ◦ blue 21

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

Shades of Golden Brown #925515

Tints of Golden Brown #925515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 57.94%
G = 33.73%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#925515 (or 0x925515) is known color: Golden Brown. HEX triplet: 92, 55 and 15. RGB value is (146,85,21). Sum of RGB (Red+Green+Blue) = 146+85+21=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #925515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925515 is #6DAAEA. Grayscale: #606060. Windows color (decimal): -7187179 or 1398162. OLE color: 1398162.

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

Color convert

RGB 146 85 21 -
CMYK 0 0.42 0.86 0.43
HSL 30.72º 0.75% 0.33% -
HSV(B) 30.72º 0.86% 0.57% -
XYZ 15.24 12.66 2.35 -
YUV 95.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 146 85 21 0 0.42 0.86 0.43 30.72 0.75 0.33
Hex 92 55 15 0 2A 56 2B 1F 4B 21
Octal 222 125 25 0 52 126 53 37 113 41
Binary 10010010 1010101 10101 0 101010 1010110 101011 11111 1001011 100001

Color Harmonies of #925515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925515

Black with #925515

Text Example


Text Example

White with #925515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925515; }

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

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

background-color css

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

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

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

border-color css

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

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

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