Html Css Color HEX #946525 Afghan Tan

📋 copy color: '#946525'

red 148 ◦ green 101 ◦ blue 37

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

Shades of Afghan Tan #946525

Tints of Afghan Tan #946525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

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

R = 51.75%
G = 35.31%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#946525 (or 0x946525) is known color: Afghan Tan. HEX triplet: 94, 65 and 25. RGB value is (148,101,37). Sum of RGB (Red+Green+Blue) = 148+101+37=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946525 is #6B9ADA. Grayscale: #6C6C6C. Windows color (decimal): -7051995 or 2450836. OLE color: 2450836.

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

Color convert

RGB 148 101 37 -
CMYK 0 0.32 0.75 0.42
HSL 34.59º 0.6% 0.36% -
HSV(B) 34.59º 0.75% 0.58% -
XYZ 17.2 15.74 3.88 -
YUV 107.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 148 101 37 0 0.32 0.75 0.42 34.59 0.6 0.36
Hex 94 65 25 0 20 4B 2A 23 3C 24
Octal 224 145 45 0 40 113 52 43 74 44
Binary 10010100 1100101 100101 0 100000 1001011 101010 100011 111100 100100

Color Harmonies of #946525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946525

Black with #946525

Text Example


Text Example

White with #946525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946525; }

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

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

background-color css

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

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

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

border-color css

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

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

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