Html Css Color HEX #955B23 Afghan Tan

📋 copy color: '#955B23'

red 149 ◦ green 91 ◦ blue 35

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

Shades of Afghan Tan #955B23

Tints of Afghan Tan #955B23

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

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

R = 54.18%
G = 33.09%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#955B23 (or 0x955B23) is known color: Afghan Tan. HEX triplet: 95, 5B and 23. RGB value is (149,91,35). Sum of RGB (Red+Green+Blue) = 149+91+35=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #955B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B23 is #6AA4DC. Grayscale: #666666. Windows color (decimal): -6989021 or 2317205. OLE color: 2317205.

HSL color Cylindrical-coordinate representation of color #955B23: hue angle of 29.47º 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 #955B23 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 91 35 -
CMYK 0 0.39 0.77 0.42
HSL 29.47º 0.62% 0.36% -
HSV(B) 29.47º 0.77% 0.58% -
XYZ 16.44 13.99 3.42 -
YUV 101.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 149 91 35 0 0.39 0.77 0.42 29.47 0.62 0.36
Hex 95 5B 23 0 27 4D 2A 1D 3E 24
Octal 225 133 43 0 47 115 52 35 76 44
Binary 10010101 1011011 100011 0 100111 1001101 101010 11101 111110 100100

Color Harmonies of #955B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B23

Black with #955B23

Text Example


Text Example

White with #955B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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