Html Css Color HEX #925E28 Afghan Tan

📋 copy color: '#925E28'

red 146 ◦ green 94 ◦ blue 40

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

Shades of Afghan Tan #925E28

Tints of Afghan Tan #925E28

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 52.14%
G = 33.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#925E28 (or 0x925E28) is known color: Afghan Tan. HEX triplet: 92, 5E and 28. RGB value is (146,94,40). Sum of RGB (Red+Green+Blue) = 146+94+40=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #925E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E28 is #6DA1D7. Grayscale: #676767. Windows color (decimal): -7184856 or 2645650. OLE color: 2645650.

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

Color convert

RGB 146 94 40 -
CMYK 0 0.36 0.73 0.43
HSL 30.57º 0.57% 0.36% -
HSV(B) 30.57º 0.73% 0.57% -
XYZ 16.24 14.27 3.91 -
YUV 103.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 146 94 40 0 0.36 0.73 0.43 30.57 0.57 0.36
Hex 92 5E 28 0 24 49 2B 1F 39 24
Octal 222 136 50 0 44 111 53 37 71 44
Binary 10010010 1011110 101000 0 100100 1001001 101011 11111 111001 100100

Color Harmonies of #925E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E28

Black with #925E28

Text Example


Text Example

White with #925E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,94,40); }

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

background-color css

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

 a { background-color: rgb(146,94,40); }

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

border-color css

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

 span { border-color: rgb(146,94,40); }

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