Html Css Color HEX #54362E Redwood

📋 copy color: '#54362E'

red 84 ◦ green 54 ◦ blue 46

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

Shades of Redwood #54362E

Tints of Redwood #54362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25%

R = 45.65%
G = 29.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#54362E (or 0x54362E) is known color: Redwood. HEX triplet: 54, 36 and 2E. RGB value is (84,54,46). Sum of RGB (Red+Green+Blue) = 84+54+46=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54362E is #ABC9D1. Grayscale: #3E3E3E. Windows color (decimal): -11258322 or 3028564. OLE color: 3028564.

HSL color Cylindrical-coordinate representation of color #54362E: hue angle of 12.63º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54362E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 54 46 -
CMYK 0 0.36 0.45 0.67
HSL 12.63º 0.29% 0.25% -
HSV(B) 12.63º 0.45% 0.33% -
XYZ 5.47 4.72 3.21 -
YUV 62.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 84 54 46 0 0.36 0.45 0.67 12.63 0.29 0.25
Hex 54 36 2E 0 24 2D 43 D 1D 19
Octal 124 66 56 0 44 55 103 15 35 31
Binary 1010100 110110 101110 0 100100 101101 1000011 1101 11101 11001

Color Harmonies of #54362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54362E

Black with #54362E

Text Example


Text Example

White with #54362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54362E; }

 p { color: rgb(84,54,46); }

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

background-color css

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

 a { background-color: rgb(84,54,46); }

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

border-color css

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

 span { border-color: rgb(84,54,46); }

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