Html Css Color HEX #543328 Redwood

📋 copy color: '#543328'

red 84 ◦ green 51 ◦ blue 40

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

Shades of Redwood #543328

Tints of Redwood #543328

RGB

 RED value IS 84 (33.2% from 255) = 48%

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

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 48%
G = 29.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#543328 (or 0x543328) is known color: Redwood. HEX triplet: 54, 33 and 28. RGB value is (84,51,40). Sum of RGB (Red+Green+Blue) = 84+51+40=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #543328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543328 is #ABCCD7. Grayscale: #3B3B3B. Windows color (decimal): -11259096 or 2634580. OLE color: 2634580.

HSL color Cylindrical-coordinate representation of color #543328: hue angle of 15º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #543328 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 51 40 -
CMYK 0 0.39 0.52 0.67
HSL 15º 0.35% 0.24% -
HSV(B) 15º 0.52% 0.33% -
XYZ 5.22 4.41 2.58 -
YUV 59.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 84 51 40 0 0.39 0.52 0.67 15 0.35 0.24
Hex 54 33 28 0 27 34 43 F 23 18
Octal 124 63 50 0 47 64 103 17 43 30
Binary 1010100 110011 101000 0 100111 110100 1000011 1111 100011 11000

Color Harmonies of #543328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543328

Black with #543328

Text Example


Text Example

White with #543328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543328; }

 p { color: rgb(84,51,40); }

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

background-color css

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

 a { background-color: rgb(84,51,40); }

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

border-color css

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

 span { border-color: rgb(84,51,40); }

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