Html Css Color HEX #48312B Cedar

📋 copy color: '#48312B'

red 72 ◦ green 49 ◦ blue 43

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

Shades of Cedar #48312B

Tints of Cedar #48312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 43.9%
G = 29.88%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48312B (or 0x48312B) is known color: Cedar. HEX triplet: 48, 31 and 2B. RGB value is (72,49,43). Sum of RGB (Red+Green+Blue) = 72+49+43=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312B is #B7CED4. Grayscale: #373737. Windows color (decimal): -12046037 or 2830664. OLE color: 2830664.

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

Color convert

RGB 72 49 43 -
CMYK 0 0.32 0.40 0.72
HSL 12.41º 0.25% 0.23% -
HSV(B) 12.41º 0.4% 0.28% -
XYZ 4.21 3.75 2.79 -
YUV 55.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 72 49 43 0 0.32 0.40 0.72 12.41 0.25 0.23
Hex 48 31 2B 0 20 28 48 C 19 17
Octal 110 61 53 0 40 50 110 14 31 27
Binary 1001000 110001 101011 0 100000 101000 1001000 1100 11001 10111

Color Harmonies of #48312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48312B

Black with #48312B

Text Example


Text Example

White with #48312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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