Html Css Color HEX #473231 Cowboy

📋 copy color: '#473231'

red 71 ◦ green 50 ◦ blue 49

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

Shades of Cowboy #473231

Tints of Cowboy #473231

RGB

 RED value IS 71 (28.13% from 255) = 41.76%

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

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

R = 41.76%
G = 29.41%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#473231 (or 0x473231) is known color: Cowboy. HEX triplet: 47, 32 and 31. RGB value is (71,50,49). Sum of RGB (Red+Green+Blue) = 71+50+49=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #473231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473231 is #B8CDCE. Grayscale: #383838. Windows color (decimal): -12111311 or 3224135. OLE color: 3224135.

HSL color Cylindrical-coordinate representation of color #473231: hue angle of 2.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473231 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 49 -
CMYK 0 0.30 0.31 0.72
HSL 2.73º 0.18% 0.24% -
HSV(B) 2.73º 0.31% 0.28% -
XYZ 4.29 3.84 3.42 -
YUV 56.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 71 50 49 0 0.30 0.31 0.72 2.73 0.18 0.24
Hex 47 32 31 0 1E 1F 48 3 12 18
Octal 107 62 61 0 36 37 110 3 22 30
Binary 1000111 110010 110001 0 11110 11111 1001000 11 10010 11000

Color Harmonies of #473231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473231

Black with #473231

Text Example


Text Example

White with #473231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473231; }

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

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

background-color css

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

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

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

border-color css

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

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

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