#462F30

Color #462F30 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #462F30

Tints of Cab Sav #462F30

Color information

#462F30 (or 0x462F30) is unknown color: approx Cab Sav. HEX triplet: 46, 2F and 30. RGB value is (70,47,48). Sum of RGB (Red+Green+Blue) = 70+47+48=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #462F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F30 is #B9D0CF. Grayscale: #363636. Windows color (decimal): -12177616 or 3157830. OLE color: 3157830.

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

Color convert

RGB704748-
CMYK00.330.310.73
HSL357.39º19.66%22.94%-
HSV(B)357.39º32.86%27.45%-
XYZ4.083.553.27-
YUV53.99124.62139.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=42.42%
G=28.48%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70474800.330.310.73357.3919.6622.94
Hex462F300211F491651417
Octal1065760041371115452427
Binary100011010111111000001000011111110010011011001011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462F30; }

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

 H1.HeaderClassName
 {
   color: #462F30;
 }
 .AnyTagClassName
 {
   color: #462F30;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #462F30;
 }
 .BgClassName
 {
   background-color: #462F30;
 }
</style>
border-color css

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

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

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