Html Css Color HEX #925A25 Afghan Tan

📋 copy color: '#925A25'

red 146 ◦ green 90 ◦ blue 37

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

Shades of Afghan Tan #925A25

Tints of Afghan Tan #925A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 53.48%
G = 32.97%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#925A25 (or 0x925A25) is known color: Afghan Tan. HEX triplet: 92, 5A and 25. RGB value is (146,90,37). Sum of RGB (Red+Green+Blue) = 146+90+37=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #925A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A25 is #6DA5DA. Grayscale: #646464. Windows color (decimal): -7185883 or 2448018. OLE color: 2448018.

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

Color convert

RGB 146 90 37 -
CMYK 0 0.38 0.75 0.43
HSL 29.17º 0.6% 0.36% -
HSV(B) 29.17º 0.75% 0.57% -
XYZ 15.84 13.56 3.53 -
YUV 100.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 146 90 37 0 0.38 0.75 0.43 29.17 0.6 0.36
Hex 92 5A 25 0 26 4B 2B 1D 3C 24
Octal 222 132 45 0 46 113 53 35 74 44
Binary 10010010 1011010 100101 0 100110 1001011 101011 11101 111100 100100

Color Harmonies of #925A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A25

Black with #925A25

Text Example


Text Example

White with #925A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,90,37); }

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

background-color css

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

 a { background-color: rgb(146,90,37); }

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

border-color css

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

 span { border-color: rgb(146,90,37); }

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