Html Css Color HEX #925818 Afghan Tan

📋 copy color: '#925818'

red 146 ◦ green 88 ◦ blue 24

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

Shades of Afghan Tan #925818

Tints of Afghan Tan #925818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 56.59%
G = 34.11%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#925818 (or 0x925818) is known color: Afghan Tan. HEX triplet: 92, 58 and 18. RGB value is (146,88,24). Sum of RGB (Red+Green+Blue) = 146+88+24=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #925818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925818 is #6DA7E7. Grayscale: #626262. Windows color (decimal): -7186408 or 1595538. OLE color: 1595538.

HSL color Cylindrical-coordinate representation of color #925818: hue angle of 31.48º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #925818 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 88 24 -
CMYK 0 0.40 0.84 0.43
HSL 31.48º 0.72% 0.33% -
HSV(B) 31.48º 0.84% 0.57% -
XYZ 15.51 13.16 2.59 -
YUV 98.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 146 88 24 0 0.40 0.84 0.43 31.48 0.72 0.33
Hex 92 58 18 0 28 54 2B 1F 48 21
Octal 222 130 30 0 50 124 53 37 110 41
Binary 10010010 1011000 11000 0 101000 1010100 101011 11111 1001000 100001

Color Harmonies of #925818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925818

Black with #925818

Text Example


Text Example

White with #925818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925818; }

 p { color: rgb(146,88,24); }

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

background-color css

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

 a { background-color: rgb(146,88,24); }

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

border-color css

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

 span { border-color: rgb(146,88,24); }

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