Html Css Color HEX #48302B Cedar

📋 copy color: '#48302B'

red 72 ◦ green 48 ◦ blue 43

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

Shades of Cedar #48302B

Tints of Cedar #48302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

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

R = 44.17%
G = 29.45%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48302B (or 0x48302B) is known color: Cedar. HEX triplet: 48, 30 and 2B. RGB value is (72,48,43). Sum of RGB (Red+Green+Blue) = 72+48+43=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #48302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302B is #B7CFD4. Grayscale: #363636. Windows color (decimal): -12046293 or 2830408. OLE color: 2830408.

HSL color Cylindrical-coordinate representation of color #48302B: hue angle of 10.34º 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 #48302B is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 43 -
CMYK 0 0.33 0.40 0.72
HSL 10.34º 0.25% 0.23% -
HSV(B) 10.34º 0.4% 0.28% -
XYZ 4.17 3.67 2.77 -
YUV 54.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 72 48 43 0 0.33 0.40 0.72 10.34 0.25 0.23
Hex 48 30 2B 0 21 28 48 A 19 17
Octal 110 60 53 0 41 50 110 12 31 27
Binary 1001000 110000 101011 0 100001 101000 1001000 1010 11001 10111

Color Harmonies of #48302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48302B

Black with #48302B

Text Example


Text Example

White with #48302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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