Html Css Color HEX #925F28 Afghan Tan

📋 copy color: '#925F28'

red 146 ◦ green 95 ◦ blue 40

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

Shades of Afghan Tan #925F28

Tints of Afghan Tan #925F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 51.96%
G = 33.81%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#925F28 (or 0x925F28) is known color: Afghan Tan. HEX triplet: 92, 5F and 28. RGB value is (146,95,40). Sum of RGB (Red+Green+Blue) = 146+95+40=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925F28 is #6DA0D7. Grayscale: #686868. Windows color (decimal): -7184600 or 2645906. OLE color: 2645906.

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

Color convert

RGB 146 95 40 -
CMYK 0 0.35 0.73 0.43
HSL 31.13º 0.57% 0.36% -
HSV(B) 31.13º 0.73% 0.57% -
XYZ 16.33 14.45 3.94 -
YUV 103.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 146 95 40 0 0.35 0.73 0.43 31.13 0.57 0.36
Hex 92 5F 28 0 23 49 2B 1F 39 24
Octal 222 137 50 0 43 111 53 37 71 44
Binary 10010010 1011111 101000 0 100011 1001001 101011 11111 111001 100100

Color Harmonies of #925F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925F28

Black with #925F28

Text Example


Text Example

White with #925F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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