Html Css Color HEX #48322E Cedar

📋 copy color: '#48322E'

red 72 ◦ green 50 ◦ blue 46

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

Shades of Cedar #48322E

Tints of Cedar #48322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.38%

R = 42.86%
G = 29.76%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48322E (or 0x48322E) is known color: Cedar. HEX triplet: 48, 32 and 2E. RGB value is (72,50,46). Sum of RGB (Red+Green+Blue) = 72+50+46=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48322E is #B7CDD1. Grayscale: #383838. Windows color (decimal): -12045778 or 3027528. OLE color: 3027528.

HSL color Cylindrical-coordinate representation of color #48322E: hue angle of 9.23º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48322E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 46 -
CMYK 0 0.31 0.36 0.72
HSL 9.23º 0.22% 0.23% -
HSV(B) 9.23º 0.36% 0.28% -
XYZ 4.31 3.86 3.1 -
YUV 56.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 72 50 46 0 0.31 0.36 0.72 9.23 0.22 0.23
Hex 48 32 2E 0 1F 24 48 9 16 17
Octal 110 62 56 0 37 44 110 11 26 27
Binary 1001000 110010 101110 0 11111 100100 1001000 1001 10110 10111

Color Harmonies of #48322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48322E

Black with #48322E

Text Example


Text Example

White with #48322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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