Html Css Color HEX #54311B Brown Bramble

📋 copy color: '#54311B'

red 84 ◦ green 49 ◦ blue 27

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

Shades of Brown Bramble #54311B

Tints of Brown Bramble #54311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.63%

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 52.5%
G = 30.63%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54311B (or 0x54311B) is known color: Brown Bramble. HEX triplet: 54, 31 and 1B. RGB value is (84,49,27). Sum of RGB (Red+Green+Blue) = 84+49+27=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311B is #ABCEE4. Grayscale: #393939. Windows color (decimal): -11259621 or 1782100. OLE color: 1782100.

HSL color Cylindrical-coordinate representation of color #54311B: hue angle of 23.16º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54311B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 49 27 -
CMYK 0 0.42 0.68 0.67
HSL 23.16º 0.51% 0.22% -
HSV(B) 23.16º 0.68% 0.33% -
XYZ 4.95 4.16 1.58 -
YUV 56.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 84 49 27 0 0.42 0.68 0.67 23.16 0.51 0.22
Hex 54 31 1B 0 2A 44 43 17 33 16
Octal 124 61 33 0 52 104 103 27 63 26
Binary 1010100 110001 11011 0 101010 1000100 1000011 10111 110011 10110

Color Harmonies of #54311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54311B

Black with #54311B

Text Example


Text Example

White with #54311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,49,27); }

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

background-color css

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

 a { background-color: rgb(84,49,27); }

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

border-color css

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

 span { border-color: rgb(84,49,27); }

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