Html Css Color HEX #463430 Cedar

📋 copy color: '#463430'

red 70 ◦ green 52 ◦ blue 48

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

Shades of Cedar #463430

Tints of Cedar #463430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

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

R = 41.18%
G = 30.59%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#463430 (or 0x463430) is known color: Cedar. HEX triplet: 46, 34 and 30. RGB value is (70,52,48). Sum of RGB (Red+Green+Blue) = 70+52+48=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #463430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463430 is #B9CBCF. Grayscale: #383838. Windows color (decimal): -12176336 or 3159110. OLE color: 3159110.

HSL color Cylindrical-coordinate representation of color #463430: hue angle of 10.91º 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 #463430 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 52 48 -
CMYK 0 0.26 0.31 0.73
HSL 10.91º 0.19% 0.23% -
HSV(B) 10.91º 0.31% 0.27% -
XYZ 4.29 3.97 3.34 -
YUV 56.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 70 52 48 0 0.26 0.31 0.73 10.91 0.19 0.23
Hex 46 34 30 0 1A 1F 49 B 13 17
Octal 106 64 60 0 32 37 111 13 23 27
Binary 1000110 110100 110000 0 11010 11111 1001001 1011 10011 10111

Color Harmonies of #463430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463430

Black with #463430

Text Example


Text Example

White with #463430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463430; }

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

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

background-color css

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

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

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

border-color css

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

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

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