Html Css Color HEX #48312C Cedar

📋 copy color: '#48312C'

red 72 ◦ green 49 ◦ blue 44

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

Shades of Cedar #48312C

Tints of Cedar #48312C

RGB

 RED value IS 72 (28.52% from 255) = 43.64%

 GREEN value IS 49 (19.53% from 255) = 29.7%

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 43.64%
G = 29.7%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48312C (or 0x48312C) is known color: Cedar. HEX triplet: 48, 31 and 2C. RGB value is (72,49,44). Sum of RGB (Red+Green+Blue) = 72+49+44=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312C is #B7CED3. Grayscale: #373737. Windows color (decimal): -12046036 or 2896200. OLE color: 2896200.

HSL color Cylindrical-coordinate representation of color #48312C: hue angle of 10.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48312C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 44 -
CMYK 0 0.32 0.39 0.72
HSL 10.71º 0.24% 0.23% -
HSV(B) 10.71º 0.39% 0.28% -
XYZ 4.23 3.76 2.89 -
YUV 55.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 72 49 44 0 0.32 0.39 0.72 10.71 0.24 0.23
Hex 48 31 2C 0 20 27 48 B 18 17
Octal 110 61 54 0 40 47 110 13 30 27
Binary 1001000 110001 101100 0 100000 100111 1001000 1011 11000 10111

Color Harmonies of #48312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48312C

Black with #48312C

Text Example


Text Example

White with #48312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48312C; }

 p { color: rgb(72,49,44); }

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

background-color css

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

 a { background-color: rgb(72,49,44); }

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

border-color css

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

 span { border-color: rgb(72,49,44); }

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