Html Css Color HEX #925C28 Afghan Tan

📋 copy color: '#925C28'

red 146 ◦ green 92 ◦ blue 40

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

Shades of Afghan Tan #925C28

Tints of Afghan Tan #925C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 52.52%
G = 33.09%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#925C28 (or 0x925C28) is known color: Afghan Tan. HEX triplet: 92, 5C and 28. RGB value is (146,92,40). Sum of RGB (Red+Green+Blue) = 146+92+40=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C28 is #6DA3D7. Grayscale: #666666. Windows color (decimal): -7185368 or 2645138. OLE color: 2645138.

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

Color convert

RGB 146 92 40 -
CMYK 0 0.37 0.73 0.43
HSL 29.43º 0.57% 0.36% -
HSV(B) 29.43º 0.73% 0.57% -
XYZ 16.06 13.92 3.85 -
YUV 102.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 146 92 40 0 0.37 0.73 0.43 29.43 0.57 0.36
Hex 92 5C 28 0 25 49 2B 1D 39 24
Octal 222 134 50 0 45 111 53 35 71 44
Binary 10010010 1011100 101000 0 100101 1001001 101011 11101 111001 100100

Color Harmonies of #925C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C28

Black with #925C28

Text Example


Text Example

White with #925C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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