Html Css Color HEX #473030 Cowboy

📋 copy color: '#473030'

red 71 ◦ green 48 ◦ blue 48

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

Shades of Cowboy #473030

Tints of Cowboy #473030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 42.51%
G = 28.74%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#473030 (or 0x473030) is known color: Cowboy. HEX triplet: 47, 30 and 30. RGB value is (71,48,48). Sum of RGB (Red+Green+Blue) = 71+48+48=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #473030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473030 is #B8CFCF. Grayscale: #363636. Windows color (decimal): -12111824 or 3158087. OLE color: 3158087.

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

Color convert

RGB 71 48 48 -
CMYK 0 0.32 0.32 0.72
HSL 0.19% 0.23% -
HSV(B) 0.32% 0.28% -
XYZ 4.19 3.67 3.28 -
YUV 54.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 71 48 48 0 0.32 0.32 0.72 0 0.19 0.23
Hex 47 30 30 0 20 20 48 0 13 17
Octal 107 60 60 0 40 40 110 0 23 27
Binary 1000111 110000 110000 0 100000 100000 1001000 0 10011 10111

Color Harmonies of #473030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473030

Black with #473030

Text Example


Text Example

White with #473030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473030; }

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

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

background-color css

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

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

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

border-color css

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

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

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