Html Css Color HEX #54352E Redwood

📋 copy color: '#54352E'

red 84 ◦ green 53 ◦ blue 46

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

Shades of Redwood #54352E

Tints of Redwood #54352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

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

R = 45.9%
G = 28.96%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#54352E (or 0x54352E) is known color: Redwood. HEX triplet: 54, 35 and 2E. RGB value is (84,53,46). Sum of RGB (Red+Green+Blue) = 84+53+46=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54352E is #ABCAD1. Grayscale: #3D3D3D. Windows color (decimal): -11258578 or 3028308. OLE color: 3028308.

HSL color Cylindrical-coordinate representation of color #54352E: hue angle of 11.05º 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 #54352E is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 53 46 -
CMYK 0 0.37 0.45 0.67
HSL 11.05º 0.29% 0.25% -
HSV(B) 11.05º 0.45% 0.33% -
XYZ 5.42 4.63 3.19 -
YUV 61.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 84 53 46 0 0.37 0.45 0.67 11.05 0.29 0.25
Hex 54 35 2E 0 25 2D 43 B 1D 19
Octal 124 65 56 0 45 55 103 13 35 31
Binary 1010100 110101 101110 0 100101 101101 1000011 1011 11101 11001

Color Harmonies of #54352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54352E

Black with #54352E

Text Example


Text Example

White with #54352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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