Html Css Color HEX #48312D Cedar

📋 copy color: '#48312D'

red 72 ◦ green 49 ◦ blue 45

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

Shades of Cedar #48312D

Tints of Cedar #48312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.11%

R = 43.37%
G = 29.52%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48312D (or 0x48312D) is known color: Cedar. HEX triplet: 48, 31 and 2D. RGB value is (72,49,45). Sum of RGB (Red+Green+Blue) = 72+49+45=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312D is #B7CED2. Grayscale: #373737. Windows color (decimal): -12046035 or 2961736. OLE color: 2961736.

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

Color convert

RGB 72 49 45 -
CMYK 0 0.32 0.38 0.72
HSL 8.89º 0.23% 0.23% -
HSV(B) 8.89º 0.38% 0.28% -
XYZ 4.24 3.76 2.99 -
YUV 55.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 72 49 45 0 0.32 0.38 0.72 8.89 0.23 0.23
Hex 48 31 2D 0 20 26 48 9 17 17
Octal 110 61 55 0 40 46 110 11 27 27
Binary 1001000 110001 101101 0 100000 100110 1001000 1001 10111 10111

Color Harmonies of #48312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48312D

Black with #48312D

Text Example


Text Example

White with #48312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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