Html Css Color HEX #483330 Cedar

📋 copy color: '#483330'

red 72 ◦ green 51 ◦ blue 48

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

Shades of Cedar #483330

Tints of Cedar #483330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 42.11%
G = 29.82%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483330 (or 0x483330) is known color: Cedar. HEX triplet: 48, 33 and 30. RGB value is (72,51,48). Sum of RGB (Red+Green+Blue) = 72+51+48=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483330 is #B7CCCF. Grayscale: #383838. Windows color (decimal): -12045520 or 3158856. OLE color: 3158856.

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

Color convert

RGB 72 51 48 -
CMYK 0 0.29 0.33 0.72
HSL 7.5º 0.2% 0.24% -
HSV(B) 7.5º 0.33% 0.28% -
XYZ 4.39 3.96 3.33 -
YUV 56.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 72 51 48 0 0.29 0.33 0.72 7.5 0.2 0.24
Hex 48 33 30 0 1D 21 48 8 14 18
Octal 110 63 60 0 35 41 110 10 24 30
Binary 1001000 110011 110000 0 11101 100001 1001000 1000 10100 11000

Color Harmonies of #483330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483330

Black with #483330

Text Example


Text Example

White with #483330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483330; }

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

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

background-color css

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

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

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

border-color css

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

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

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