Html Css Color HEX #945828 Afghan Tan

📋 copy color: '#945828'

red 148 ◦ green 88 ◦ blue 40

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

Shades of Afghan Tan #945828

Tints of Afghan Tan #945828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

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

R = 53.62%
G = 31.88%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#945828 (or 0x945828) is known color: Afghan Tan. HEX triplet: 94, 58 and 28. RGB value is (148,88,40). Sum of RGB (Red+Green+Blue) = 148+88+40=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #945828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945828 is #6BA7D7. Grayscale: #646464. Windows color (decimal): -7055320 or 2644116. OLE color: 2644116.

HSL color Cylindrical-coordinate representation of color #945828: hue angle of 26.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #945828 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 40 -
CMYK 0 0.41 0.73 0.42
HSL 26.67º 0.57% 0.37% -
HSV(B) 26.67º 0.73% 0.58% -
XYZ 16.09 13.43 3.75 -
YUV 100.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 148 88 40 0 0.41 0.73 0.42 26.67 0.57 0.37
Hex 94 58 28 0 29 49 2A 1B 39 25
Octal 224 130 50 0 51 111 52 33 71 45
Binary 10010100 1011000 101000 0 101001 1001001 101010 11011 111001 100101

Color Harmonies of #945828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945828

Black with #945828

Text Example


Text Example

White with #945828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945828; }

 p { color: rgb(148,88,40); }

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

background-color css

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

 a { background-color: rgb(148,88,40); }

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

border-color css

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

 span { border-color: rgb(148,88,40); }

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