Html Css Color HEX #463230 Cedar

📋 copy color: '#463230'

red 70 ◦ green 50 ◦ blue 48

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

Shades of Cedar #463230

Tints of Cedar #463230

RGB

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

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

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

R = 41.67%
G = 29.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#463230 (or 0x463230) is known color: Cedar. HEX triplet: 46, 32 and 30. RGB value is (70,50,48). Sum of RGB (Red+Green+Blue) = 70+50+48=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #463230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463230 is #B9CDCF. Grayscale: #373737. Windows color (decimal): -12176848 or 3158598. OLE color: 3158598.

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

Color convert

RGB 70 50 48 -
CMYK 0 0.29 0.31 0.73
HSL 5.45º 0.19% 0.23% -
HSV(B) 5.45º 0.31% 0.27% -
XYZ 4.2 3.8 3.31 -
YUV 55.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 70 50 48 0 0.29 0.31 0.73 5.45 0.19 0.23
Hex 46 32 30 0 1D 1F 49 5 13 17
Octal 106 62 60 0 35 37 111 5 23 27
Binary 1000110 110010 110000 0 11101 11111 1001001 101 10011 10111

Color Harmonies of #463230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463230

Black with #463230

Text Example


Text Example

White with #463230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463230; }

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

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

background-color css

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

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

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

border-color css

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

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

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