Html Css Color HEX #955C23 Afghan Tan

📋 copy color: '#955C23'

red 149 ◦ green 92 ◦ blue 35

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

Shades of Afghan Tan #955C23

Tints of Afghan Tan #955C23

RGB

 RED value IS 149 (58.59% from 255) = 53.99%

 GREEN value IS 92 (36.33% from 255) = 33.33%

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

R = 53.99%
G = 33.33%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#955C23 (or 0x955C23) is known color: Afghan Tan. HEX triplet: 95, 5C and 23. RGB value is (149,92,35). Sum of RGB (Red+Green+Blue) = 149+92+35=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #955C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C23 is #6AA3DC. Grayscale: #666666. Windows color (decimal): -6988765 or 2317461. OLE color: 2317461.

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

Color convert

RGB 149 92 35 -
CMYK 0 0.38 0.77 0.42
HSL 30º 0.62% 0.36% -
HSV(B) 30º 0.77% 0.58% -
XYZ 16.52 14.17 3.45 -
YUV 102.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 149 92 35 0 0.38 0.77 0.42 30 0.62 0.36
Hex 95 5C 23 0 26 4D 2A 1E 3E 24
Octal 225 134 43 0 46 115 52 36 76 44
Binary 10010101 1011100 100011 0 100110 1001101 101010 11110 111110 100100

Color Harmonies of #955C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C23

Black with #955C23

Text Example


Text Example

White with #955C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955C23; }

 p { color: rgb(149,92,35); }

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

background-color css

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

 a { background-color: rgb(149,92,35); }

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

border-color css

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

 span { border-color: rgb(149,92,35); }

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