Html Css Color HEX #463130 Cowboy

📋 copy color: '#463130'

red 70 ◦ green 49 ◦ blue 48

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

Shades of Cowboy #463130

Tints of Cowboy #463130

RGB

 RED value IS 70 (27.73% from 255) = 41.92%

 GREEN value IS 49 (19.53% from 255) = 29.34%

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

R = 41.92%
G = 29.34%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#463130 (or 0x463130) is known color: Cowboy. HEX triplet: 46, 31 and 30. RGB value is (70,49,48). Sum of RGB (Red+Green+Blue) = 70+49+48=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #463130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463130 is #B9CECF. Grayscale: #373737. Windows color (decimal): -12177104 or 3158342. OLE color: 3158342.

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

Color convert

RGB 70 49 48 -
CMYK 0 0.30 0.31 0.73
HSL 2.73º 0.19% 0.23% -
HSV(B) 2.73º 0.31% 0.27% -
XYZ 4.16 3.71 3.29 -
YUV 55.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 70 49 48 0 0.30 0.31 0.73 2.73 0.19 0.23
Hex 46 31 30 0 1E 1F 49 3 13 17
Octal 106 61 60 0 36 37 111 3 23 27
Binary 1000110 110001 110000 0 11110 11111 1001001 11 10011 10111

Color Harmonies of #463130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463130

Black with #463130

Text Example


Text Example

White with #463130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463130; }

 p { color: rgb(70,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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