Html Css Color HEX #483029 Cedar

📋 copy color: '#483029'

red 72 ◦ green 48 ◦ blue 41

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

Shades of Cedar #483029

Tints of Cedar #483029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.47%

R = 44.72%
G = 29.81%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#483029 (or 0x483029) is known color: Cedar. HEX triplet: 48, 30 and 29. RGB value is (72,48,41). Sum of RGB (Red+Green+Blue) = 72+48+41=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483029 is #B7CFD6. Grayscale: #363636. Windows color (decimal): -12046295 or 2699336. OLE color: 2699336.

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

Color convert

RGB 72 48 41 -
CMYK 0 0.33 0.43 0.72
HSL 13.55º 0.27% 0.22% -
HSV(B) 13.55º 0.43% 0.28% -
XYZ 4.13 3.65 2.59 -
YUV 54.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 72 48 41 0 0.33 0.43 0.72 13.55 0.27 0.22
Hex 48 30 29 0 21 2B 48 E 1B 16
Octal 110 60 51 0 41 53 110 16 33 26
Binary 1001000 110000 101001 0 100001 101011 1001000 1110 11011 10110

Color Harmonies of #483029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483029

Black with #483029

Text Example


Text Example

White with #483029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483029; }

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

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

background-color css

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

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

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

border-color css

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

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

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