Html Css Color HEX #54311D Brown Bramble

📋 copy color: '#54311D'

red 84 ◦ green 49 ◦ blue 29

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

Shades of Brown Bramble #54311D

Tints of Brown Bramble #54311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.9%

R = 51.85%
G = 30.25%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54311D (or 0x54311D) is known color: Brown Bramble. HEX triplet: 54, 31 and 1D. RGB value is (84,49,29). Sum of RGB (Red+Green+Blue) = 84+49+29=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311D is #ABCEE2. Grayscale: #393939. Windows color (decimal): -11259619 or 1913172. OLE color: 1913172.

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

Color convert

RGB 84 49 29 -
CMYK 0 0.42 0.65 0.67
HSL 21.82º 0.49% 0.22% -
HSV(B) 21.82º 0.65% 0.33% -
XYZ 4.98 4.17 1.71 -
YUV 57.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 84 49 29 0 0.42 0.65 0.67 21.82 0.49 0.22
Hex 54 31 1D 0 2A 41 43 16 31 16
Octal 124 61 35 0 52 101 103 26 61 26
Binary 1010100 110001 11101 0 101010 1000001 1000011 10110 110001 10110

Color Harmonies of #54311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54311D

Black with #54311D

Text Example


Text Example

White with #54311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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