Html Css Color HEX #946323 Afghan Tan

📋 copy color: '#946323'

red 148 ◦ green 99 ◦ blue 35

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

Shades of Afghan Tan #946323

Tints of Afghan Tan #946323

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 35 (14.06% from 255) = 12.41%

R = 52.48%
G = 35.11%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#946323 (or 0x946323) is known color: Afghan Tan. HEX triplet: 94, 63 and 23. RGB value is (148,99,35). Sum of RGB (Red+Green+Blue) = 148+99+35=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #946323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946323 is #6B9CDC. Grayscale: #6A6A6A. Windows color (decimal): -7052509 or 2319252. OLE color: 2319252.

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

Color convert

RGB 148 99 35 -
CMYK 0 0.33 0.76 0.42
HSL 33.98º 0.62% 0.36% -
HSV(B) 33.98º 0.76% 0.58% -
XYZ 16.98 15.34 3.66 -
YUV 106.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 148 99 35 0 0.33 0.76 0.42 33.98 0.62 0.36
Hex 94 63 23 0 21 4C 2A 22 3E 24
Octal 224 143 43 0 41 114 52 42 76 44
Binary 10010100 1100011 100011 0 100001 1001100 101010 100010 111110 100100

Color Harmonies of #946323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946323

Black with #946323

Text Example


Text Example

White with #946323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946323; }

 p { color: rgb(148,99,35); }

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

background-color css

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

 a { background-color: rgb(148,99,35); }

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

border-color css

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

 span { border-color: rgb(148,99,35); }

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