Html Css Color HEX #463330 Cedar

📋 copy color: '#463330'

red 70 ◦ green 51 ◦ blue 48

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

Shades of Cedar #463330

Tints of Cedar #463330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

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

R = 41.42%
G = 30.18%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#463330 (or 0x463330) is known color: Cedar. HEX triplet: 46, 33 and 30. RGB value is (70,51,48). Sum of RGB (Red+Green+Blue) = 70+51+48=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #463330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463330 is #B9CCCF. Grayscale: #383838. Windows color (decimal): -12176592 or 3158854. OLE color: 3158854.

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

Color convert

RGB 70 51 48 -
CMYK 0 0.27 0.31 0.73
HSL 8.18º 0.19% 0.23% -
HSV(B) 8.18º 0.31% 0.27% -
XYZ 4.24 3.88 3.32 -
YUV 56.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 70 51 48 0 0.27 0.31 0.73 8.18 0.19 0.23
Hex 46 33 30 0 1B 1F 49 8 13 17
Octal 106 63 60 0 33 37 111 10 23 27
Binary 1000110 110011 110000 0 11011 11111 1001001 1000 10011 10111

Color Harmonies of #463330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463330

Black with #463330

Text Example


Text Example

White with #463330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463330; }

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

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

background-color css

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

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

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

border-color css

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

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

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