Html Css Color HEX #542D16 Brown Bramble

📋 copy color: '#542D16'

red 84 ◦ green 45 ◦ blue 22

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

Shades of Brown Bramble #542D16

Tints of Brown Bramble #542D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.8%

 BLUE value IS 22 (8.98% from 255) = 14.57%

R = 55.63%
G = 29.8%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#542D16 (or 0x542D16) is known color: Brown Bramble. HEX triplet: 54, 2D and 16. RGB value is (84,45,22). Sum of RGB (Red+Green+Blue) = 84+45+22=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #542D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D16 is #ABD2E9. Grayscale: #363636. Windows color (decimal): -11260650 or 1453396. OLE color: 1453396.

HSL color Cylindrical-coordinate representation of color #542D16: hue angle of 22.26º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542D16 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 45 22 -
CMYK 0 0.46 0.74 0.67
HSL 22.26º 0.58% 0.21% -
HSV(B) 22.26º 0.74% 0.33% -
XYZ 4.74 3.82 1.25 -
YUV 54.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 84 45 22 0 0.46 0.74 0.67 22.26 0.58 0.21
Hex 54 2D 16 0 2E 4A 43 16 3A 15
Octal 124 55 26 0 56 112 103 26 72 25
Binary 1010100 101101 10110 0 101110 1001010 1000011 10110 111010 10101

Color Harmonies of #542D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542D16

Black with #542D16

Text Example


Text Example

White with #542D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542D16; }

 p { color: rgb(84,45,22); }

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

background-color css

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

 a { background-color: rgb(84,45,22); }

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

border-color css

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

 span { border-color: rgb(84,45,22); }

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