Html Css Color HEX #463531 Cedar

📋 copy color: '#463531'

red 70 ◦ green 53 ◦ blue 49

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

Shades of Cedar #463531

Tints of Cedar #463531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.49%

R = 40.7%
G = 30.81%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#463531 (or 0x463531) is known color: Cedar. HEX triplet: 46, 35 and 31. RGB value is (70,53,49). Sum of RGB (Red+Green+Blue) = 70+53+49=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #463531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463531 is #B9CACE. Grayscale: #393939. Windows color (decimal): -12176079 or 3224902. OLE color: 3224902.

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

Color convert

RGB 70 53 49 -
CMYK 0 0.24 0.30 0.73
HSL 11.43º 0.18% 0.23% -
HSV(B) 11.43º 0.3% 0.27% -
XYZ 4.35 4.07 3.46 -
YUV 57.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 70 53 49 0 0.24 0.30 0.73 11.43 0.18 0.23
Hex 46 35 31 0 18 1E 49 B 12 17
Octal 106 65 61 0 30 36 111 13 22 27
Binary 1000110 110101 110001 0 11000 11110 1001001 1011 10010 10111

Color Harmonies of #463531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463531

Black with #463531

Text Example


Text Example

White with #463531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463531; }

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

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

background-color css

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

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

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

border-color css

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

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

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