Html Css Color HEX #925F25 Afghan Tan

📋 copy color: '#925F25'

red 146 ◦ green 95 ◦ blue 37

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

Shades of Afghan Tan #925F25

Tints of Afghan Tan #925F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 52.52%
G = 34.17%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#925F25 (or 0x925F25) is known color: Afghan Tan. HEX triplet: 92, 5F and 25. RGB value is (146,95,37). Sum of RGB (Red+Green+Blue) = 146+95+37=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925F25 is #6DA0DA. Grayscale: #676767. Windows color (decimal): -7184603 or 2449298. OLE color: 2449298.

HSL color Cylindrical-coordinate representation of color #925F25: hue angle of 31.93º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #925F25 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 95 37 -
CMYK 0 0.35 0.75 0.43
HSL 31.93º 0.6% 0.36% -
HSV(B) 31.93º 0.75% 0.57% -
XYZ 16.28 14.43 3.68 -
YUV 103.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 146 95 37 0 0.35 0.75 0.43 31.93 0.6 0.36
Hex 92 5F 25 0 23 4B 2B 20 3C 24
Octal 222 137 45 0 43 113 53 40 74 44
Binary 10010010 1011111 100101 0 100011 1001011 101011 100000 111100 100100

Color Harmonies of #925F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925F25

Black with #925F25

Text Example


Text Example

White with #925F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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