Html Css Color HEX #46322F Cedar

📋 copy color: '#46322F'

red 70 ◦ green 50 ◦ blue 47

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

Shades of Cedar #46322F

Tints of Cedar #46322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 41.92%
G = 29.94%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#46322F (or 0x46322F) is known color: Cedar. HEX triplet: 46, 32 and 2F. RGB value is (70,50,47). Sum of RGB (Red+Green+Blue) = 70+50+47=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46322F is #B9CDD0. Grayscale: #373737. Windows color (decimal): -12176849 or 3093062. OLE color: 3093062.

HSL color Cylindrical-coordinate representation of color #46322F: hue angle of 7.83º 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 #46322F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 50 47 -
CMYK 0 0.29 0.33 0.73
HSL 7.83º 0.2% 0.23% -
HSV(B) 7.83º 0.33% 0.27% -
XYZ 4.18 3.79 3.2 -
YUV 55.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 70 50 47 0 0.29 0.33 0.73 7.83 0.2 0.23
Hex 46 32 2F 0 1D 21 49 8 14 17
Octal 106 62 57 0 35 41 111 10 24 27
Binary 1000110 110010 101111 0 11101 100001 1001001 1000 10100 10111

Color Harmonies of #46322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46322F

Black with #46322F

Text Example


Text Example

White with #46322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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