Html Css Color HEX #54352F Redwood

📋 copy color: '#54352F'

red 84 ◦ green 53 ◦ blue 47

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

Shades of Redwood #54352F

Tints of Redwood #54352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 45.65%
G = 28.8%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#54352F (or 0x54352F) is known color: Redwood. HEX triplet: 54, 35 and 2F. RGB value is (84,53,47). Sum of RGB (Red+Green+Blue) = 84+53+47=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54352F is #ABCAD0. Grayscale: #3D3D3D. Windows color (decimal): -11258577 or 3093844. OLE color: 3093844.

HSL color Cylindrical-coordinate representation of color #54352F: hue angle of 9.73º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54352F is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 53 47 -
CMYK 0 0.37 0.44 0.67
HSL 9.73º 0.28% 0.26% -
HSV(B) 9.73º 0.44% 0.33% -
XYZ 5.44 4.64 3.3 -
YUV 61.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 84 53 47 0 0.37 0.44 0.67 9.73 0.28 0.26
Hex 54 35 2F 0 25 2C 43 A 1C 1A
Octal 124 65 57 0 45 54 103 12 34 32
Binary 1010100 110101 101111 0 100101 101100 1000011 1010 11100 11010

Color Harmonies of #54352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54352F

Black with #54352F

Text Example


Text Example

White with #54352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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