Html Css Color HEX #483A36 Cedar

📋 copy color: '#483A36'

red 72 ◦ green 58 ◦ blue 54

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

Shades of Cedar #483A36

Tints of Cedar #483A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.52%

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 39.13%
G = 31.52%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#483A36 (or 0x483A36) is known color: Cedar. HEX triplet: 48, 3A and 36. RGB value is (72,58,54). Sum of RGB (Red+Green+Blue) = 72+58+54=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A36 is #B7C5C9. Grayscale: #3D3D3D. Windows color (decimal): -12043722 or 3553864. OLE color: 3553864.

HSL color Cylindrical-coordinate representation of color #483A36: hue angle of 13.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #483A36 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 54 -
CMYK 0 0.19 0.25 0.72
HSL 13.33º 0.14% 0.25% -
HSV(B) 13.33º 0.25% 0.28% -
XYZ 4.85 4.67 4.14 -
YUV 61.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 72 58 54 0 0.19 0.25 0.72 13.33 0.14 0.25
Hex 48 3A 36 0 13 19 48 D E 19
Octal 110 72 66 0 23 31 110 15 16 31
Binary 1001000 111010 110110 0 10011 11001 1001000 1101 1110 11001

Color Harmonies of #483A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A36

Black with #483A36

Text Example


Text Example

White with #483A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483A36; }

 p { color: rgb(72,58,54); }

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

background-color css

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

 a { background-color: rgb(72,58,54); }

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

border-color css

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

 span { border-color: rgb(72,58,54); }

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