Html Css Color HEX #473A38 Cowboy

📋 copy color: '#473A38'

red 71 ◦ green 58 ◦ blue 56

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

Shades of Cowboy #473A38

Tints of Cowboy #473A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.35%

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 38.38%
G = 31.35%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#473A38 (or 0x473A38) is known color: Cowboy. HEX triplet: 47, 3A and 38. RGB value is (71,58,56). Sum of RGB (Red+Green+Blue) = 71+58+56=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A38 is #B8C5C7. Grayscale: #3D3D3D. Windows color (decimal): -12109256 or 3684935. OLE color: 3684935.

HSL color Cylindrical-coordinate representation of color #473A38: hue angle of 8º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #473A38 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 58 56 -
CMYK 0 0.18 0.21 0.72
HSL 0.12% 0.25% -
HSV(B) 0.21% 0.28% -
XYZ 4.83 4.65 4.38 -
YUV 61.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 71 58 56 0 0.18 0.21 0.72 8 0.12 0.25
Hex 47 3A 38 0 12 15 48 8 C 19
Octal 107 72 70 0 22 25 110 10 14 31
Binary 1000111 111010 111000 0 10010 10101 1001000 1000 1100 11001

Color Harmonies of #473A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A38

Black with #473A38

Text Example


Text Example

White with #473A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A38; }

 p { color: rgb(71,58,56); }

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

background-color css

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

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

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

border-color css

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

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

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