Html Css Color HEX #473535 Cowboy

📋 copy color: '#473535'

red 71 ◦ green 53 ◦ blue 53

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

Shades of Cowboy #473535

Tints of Cowboy #473535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

 BLUE value IS 53 (21.09% from 255) = 29.94%

R = 40.11%
G = 29.94%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#473535 (or 0x473535) is known color: Cowboy. HEX triplet: 47, 35 and 35. RGB value is (71,53,53). Sum of RGB (Red+Green+Blue) = 71+53+53=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473535 is #B8CACA. Grayscale: #3A3A3A. Windows color (decimal): -12110539 or 3487047. OLE color: 3487047.

HSL color Cylindrical-coordinate representation of color #473535: 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.25%. Process color model (Four color, CMYK) of #473535 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 53 -
CMYK 0 0.25 0.25 0.72
HSL 0.15% 0.24% -
HSV(B) 0.25% 0.28% -
XYZ 4.51 4.14 3.93 -
YUV 58.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 71 53 53 0 0.25 0.25 0.72 0 0.15 0.24
Hex 47 35 35 0 19 19 48 0 F 18
Octal 107 65 65 0 31 31 110 0 17 30
Binary 1000111 110101 110101 0 11001 11001 1001000 0 1111 11000

Color Harmonies of #473535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473535

Black with #473535

Text Example


Text Example

White with #473535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473535; }

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

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

background-color css

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

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

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

border-color css

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

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

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