Html Css Color HEX #48302A Cedar

📋 copy color: '#48302A'

red 72 ◦ green 48 ◦ blue 42

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

Shades of Cedar #48302A

Tints of Cedar #48302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 44.44%
G = 29.63%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48302A (or 0x48302A) is known color: Cedar. HEX triplet: 48, 30 and 2A. RGB value is (72,48,42). Sum of RGB (Red+Green+Blue) = 72+48+42=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #48302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302A is #B7CFD5. Grayscale: #363636. Windows color (decimal): -12046294 or 2764872. OLE color: 2764872.

HSL color Cylindrical-coordinate representation of color #48302A: hue angle of 12º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48302A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 42 -
CMYK 0 0.33 0.42 0.72
HSL 12º 0.26% 0.22% -
HSV(B) 12º 0.42% 0.28% -
XYZ 4.15 3.66 2.68 -
YUV 54.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 72 48 42 0 0.33 0.42 0.72 12 0.26 0.22
Hex 48 30 2A 0 21 2A 48 C 1A 16
Octal 110 60 52 0 41 52 110 14 32 26
Binary 1001000 110000 101010 0 100001 101010 1001000 1100 11010 10110

Color Harmonies of #48302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48302A

Black with #48302A

Text Example


Text Example

White with #48302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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