Html Css Color HEX #945925 Afghan Tan

📋 copy color: '#945925'

red 148 ◦ green 89 ◦ blue 37

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

Shades of Afghan Tan #945925

Tints of Afghan Tan #945925

RGB

 RED value IS 148 (58.2% from 255) = 54.01%

 GREEN value IS 89 (35.16% from 255) = 32.48%

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

R = 54.01%
G = 32.48%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#945925 (or 0x945925) is known color: Afghan Tan. HEX triplet: 94, 59 and 25. RGB value is (148,89,37). Sum of RGB (Red+Green+Blue) = 148+89+37=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #945925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945925 is #6BA6DA. Grayscale: #646464. Windows color (decimal): -7055067 or 2447764. OLE color: 2447764.

HSL color Cylindrical-coordinate representation of color #945925: hue angle of 28.11º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #945925 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 37 -
CMYK 0 0.40 0.75 0.42
HSL 28.11º 0.6% 0.36% -
HSV(B) 28.11º 0.75% 0.58% -
XYZ 16.12 13.57 3.52 -
YUV 100.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 148 89 37 0 0.40 0.75 0.42 28.11 0.6 0.36
Hex 94 59 25 0 28 4B 2A 1C 3C 24
Octal 224 131 45 0 50 113 52 34 74 44
Binary 10010100 1011001 100101 0 101000 1001011 101010 11100 111100 100100

Color Harmonies of #945925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945925

Black with #945925

Text Example


Text Example

White with #945925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945925; }

 p { color: rgb(148,89,37); }

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

background-color css

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

 a { background-color: rgb(148,89,37); }

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

border-color css

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

 span { border-color: rgb(148,89,37); }

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