Html Css Color HEX #925D29 Afghan Tan

📋 copy color: '#925D29'

red 146 ◦ green 93 ◦ blue 41

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

Shades of Afghan Tan #925D29

Tints of Afghan Tan #925D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

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

R = 52.14%
G = 33.21%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#925D29 (or 0x925D29) is known color: Afghan Tan. HEX triplet: 92, 5D and 29. RGB value is (146,93,41). Sum of RGB (Red+Green+Blue) = 146+93+41=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #925D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D29 is #6DA2D6. Grayscale: #676767. Windows color (decimal): -7185111 or 2710930. OLE color: 2710930.

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

Color convert

RGB 146 93 41 -
CMYK 0 0.36 0.72 0.43
HSL 29.71º 0.56% 0.37% -
HSV(B) 29.71º 0.72% 0.57% -
XYZ 16.17 14.1 3.97 -
YUV 102.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 146 93 41 0 0.36 0.72 0.43 29.71 0.56 0.37
Hex 92 5D 29 0 24 48 2B 1E 38 25
Octal 222 135 51 0 44 110 53 36 70 45
Binary 10010010 1011101 101001 0 100100 1001000 101011 11110 111000 100101

Color Harmonies of #925D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D29

Black with #925D29

Text Example


Text Example

White with #925D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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