Html Css Color HEX #413231 Cowboy

📋 copy color: '#413231'

red 65 ◦ green 50 ◦ blue 49

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

Shades of Cowboy #413231

Tints of Cowboy #413231

RGB

 RED value IS 65 (25.78% from 255) = 39.63%

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 39.63%
G = 30.49%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#413231 (or 0x413231) is known color: Cowboy. HEX triplet: 41, 32 and 31. RGB value is (65,50,49). Sum of RGB (Red+Green+Blue) = 65+50+49=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413231 is #BECDCE. Grayscale: #363636. Windows color (decimal): -12504527 or 3224129. OLE color: 3224129.

HSL color Cylindrical-coordinate representation of color #413231: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413231 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 50 49 -
CMYK 0 0.23 0.25 0.75
HSL 3.75º 0.14% 0.22% -
HSV(B) 3.75º 0.25% 0.25% -
XYZ 3.87 3.63 3.4 -
YUV 54.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 65 50 49 0 0.23 0.25 0.75 3.75 0.14 0.22
Hex 41 32 31 0 17 19 4B 4 E 16
Octal 101 62 61 0 27 31 113 4 16 26
Binary 1000001 110010 110001 0 10111 11001 1001011 100 1110 10110

Color Harmonies of #413231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413231

Black with #413231

Text Example


Text Example

White with #413231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413231; }

 p { color: rgb(65,50,49); }

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

background-color css

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

 a { background-color: rgb(65,50,49); }

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

border-color css

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

 span { border-color: rgb(65,50,49); }

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