Html Css Color HEX #925829 Afghan Tan

📋 copy color: '#925829'

red 146 ◦ green 88 ◦ blue 41

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

Shades of Afghan Tan #925829

Tints of Afghan Tan #925829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.91%

R = 53.09%
G = 32%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#925829 (or 0x925829) is known color: Afghan Tan. HEX triplet: 92, 58 and 29. RGB value is (146,88,41). Sum of RGB (Red+Green+Blue) = 146+88+41=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #925829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925829 is #6DA7D6. Grayscale: #646464. Windows color (decimal): -7186391 or 2709650. OLE color: 2709650.

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

Color convert

RGB 146 88 41 -
CMYK 0 0.40 0.72 0.43
HSL 26.86º 0.56% 0.37% -
HSV(B) 26.86º 0.72% 0.57% -
XYZ 15.74 13.25 3.83 -
YUV 99.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 146 88 41 0 0.40 0.72 0.43 26.86 0.56 0.37
Hex 92 58 29 0 28 48 2B 1B 38 25
Octal 222 130 51 0 50 110 53 33 70 45
Binary 10010010 1011000 101001 0 101000 1001000 101011 11011 111000 100101

Color Harmonies of #925829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925829

Black with #925829

Text Example


Text Example

White with #925829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925829; }

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

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

background-color css

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

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

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

border-color css

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

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

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