Html Css Color HEX #48322D Cedar

📋 copy color: '#48322D'

red 72 ◦ green 50 ◦ blue 45

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

Shades of Cedar #48322D

Tints of Cedar #48322D

RGB

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

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

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

R = 43.11%
G = 29.94%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48322D (or 0x48322D) is known color: Cedar. HEX triplet: 48, 32 and 2D. RGB value is (72,50,45). Sum of RGB (Red+Green+Blue) = 72+50+45=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48322D is #B7CDD2. Grayscale: #383838. Windows color (decimal): -12045779 or 2961992. OLE color: 2961992.

HSL color Cylindrical-coordinate representation of color #48322D: hue angle of 11.11º 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 #48322D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 45 -
CMYK 0 0.31 0.38 0.72
HSL 11.11º 0.23% 0.23% -
HSV(B) 11.11º 0.38% 0.28% -
XYZ 4.29 3.85 3 -
YUV 56.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 72 50 45 0 0.31 0.38 0.72 11.11 0.23 0.23
Hex 48 32 2D 0 1F 26 48 B 17 17
Octal 110 62 55 0 37 46 110 13 27 27
Binary 1001000 110010 101101 0 11111 100110 1001000 1011 10111 10111

Color Harmonies of #48322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48322D

Black with #48322D

Text Example


Text Example

White with #48322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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