Html Css Color HEX #94521B Afghan Tan

📋 copy color: '#94521B'

red 148 ◦ green 82 ◦ blue 27

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

Shades of Afghan Tan #94521B

Tints of Afghan Tan #94521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 57.59%
G = 31.91%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94521B (or 0x94521B) is known color: Afghan Tan. HEX triplet: 94, 52 and 1B. RGB value is (148,82,27). Sum of RGB (Red+Green+Blue) = 148+82+27=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94521B is #6BADE4. Grayscale: #5F5F5F. Windows color (decimal): -7056869 or 1790612. OLE color: 1790612.

HSL color Cylindrical-coordinate representation of color #94521B: hue angle of 27.27º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94521B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 82 27 -
CMYK 0 0.45 0.82 0.42
HSL 27.27º 0.69% 0.34% -
HSV(B) 27.27º 0.82% 0.58% -
XYZ 15.43 12.41 2.62 -
YUV 95.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 148 82 27 0 0.45 0.82 0.42 27.27 0.69 0.34
Hex 94 52 1B 0 2D 52 2A 1B 45 22
Octal 224 122 33 0 55 122 52 33 105 42
Binary 10010100 1010010 11011 0 101101 1010010 101010 11011 1000101 100010

Color Harmonies of #94521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94521B

Black with #94521B

Text Example


Text Example

White with #94521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94521B; }

 p { color: rgb(148,82,27); }

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

background-color css

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

 a { background-color: rgb(148,82,27); }

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

border-color css

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

 span { border-color: rgb(148,82,27); }

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