Html Css Color HEX #946825 Afghan Tan

📋 copy color: '#946825'

red 148 ◦ green 104 ◦ blue 37

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

Shades of Afghan Tan #946825

Tints of Afghan Tan #946825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

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

R = 51.21%
G = 35.99%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#946825 (or 0x946825) is known color: Afghan Tan. HEX triplet: 94, 68 and 25. RGB value is (148,104,37). Sum of RGB (Red+Green+Blue) = 148+104+37=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #946825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946825 is #6B97DA. Grayscale: #6D6D6D. Windows color (decimal): -7051227 or 2451604. OLE color: 2451604.

HSL color Cylindrical-coordinate representation of color #946825: hue angle of 36.22º 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 #946825 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 37 -
CMYK 0 0.30 0.75 0.42
HSL 36.22º 0.6% 0.36% -
HSV(B) 36.22º 0.75% 0.58% -
XYZ 17.5 16.33 3.98 -
YUV 109.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 148 104 37 0 0.30 0.75 0.42 36.22 0.6 0.36
Hex 94 68 25 0 1E 4B 2A 24 3C 24
Octal 224 150 45 0 36 113 52 44 74 44
Binary 10010100 1101000 100101 0 11110 1001011 101010 100100 111100 100100

Color Harmonies of #946825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946825

Black with #946825

Text Example


Text Example

White with #946825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946825; }

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

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

background-color css

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

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

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

border-color css

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

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

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