Html Css Color HEX #473434 Cowboy

📋 copy color: '#473434'

red 71 ◦ green 52 ◦ blue 52

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

Shades of Cowboy #473434

Tints of Cowboy #473434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

 BLUE value IS 52 (20.7% from 255) = 29.71%

R = 40.57%
G = 29.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#473434 (or 0x473434) is known color: Cowboy. HEX triplet: 47, 34 and 34. RGB value is (71,52,52). Sum of RGB (Red+Green+Blue) = 71+52+52=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473434 is #B8CBCB. Grayscale: #393939. Windows color (decimal): -12110796 or 3421255. OLE color: 3421255.

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

Color convert

RGB 71 52 52 -
CMYK 0 0.27 0.27 0.72
HSL 0.15% 0.24% -
HSV(B) 0.27% 0.28% -
XYZ 4.45 4.04 3.79 -
YUV 57.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 71 52 52 0 0.27 0.27 0.72 0 0.15 0.24
Hex 47 34 34 0 1B 1B 48 0 F 18
Octal 107 64 64 0 33 33 110 0 17 30
Binary 1000111 110100 110100 0 11011 11011 1001000 0 1111 11000

Color Harmonies of #473434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473434

Black with #473434

Text Example


Text Example

White with #473434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473434; }

 p { color: rgb(71,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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