Html Css Color HEX #54342B Redwood

📋 copy color: '#54342B'

red 84 ◦ green 52 ◦ blue 43

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

Shades of Redwood #54342B

Tints of Redwood #54342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.05%

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 46.93%
G = 29.05%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54342B (or 0x54342B) is known color: Redwood. HEX triplet: 54, 34 and 2B. RGB value is (84,52,43). Sum of RGB (Red+Green+Blue) = 84+52+43=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54342B is #ABCBD4. Grayscale: #3C3C3C. Windows color (decimal): -11258837 or 2831444. OLE color: 2831444.

HSL color Cylindrical-coordinate representation of color #54342B: hue angle of 13.17º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54342B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 52 43 -
CMYK 0 0.38 0.49 0.67
HSL 13.17º 0.32% 0.25% -
HSV(B) 13.17º 0.49% 0.33% -
XYZ 5.32 4.52 2.88 -
YUV 60.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 84 52 43 0 0.38 0.49 0.67 13.17 0.32 0.25
Hex 54 34 2B 0 26 31 43 D 20 19
Octal 124 64 53 0 46 61 103 15 40 31
Binary 1010100 110100 101011 0 100110 110001 1000011 1101 100000 11001

Color Harmonies of #54342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54342B

Black with #54342B

Text Example


Text Example

White with #54342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54342B; }

 p { color: rgb(84,52,43); }

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

background-color css

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

 a { background-color: rgb(84,52,43); }

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

border-color css

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

 span { border-color: rgb(84,52,43); }

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