Html Css Color HEX #54311C Brown Bramble

📋 copy color: '#54311C'

red 84 ◦ green 49 ◦ blue 28

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

Shades of Brown Bramble #54311C

Tints of Brown Bramble #54311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.39%

R = 52.17%
G = 30.43%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54311C (or 0x54311C) is known color: Brown Bramble. HEX triplet: 54, 31 and 1C. RGB value is (84,49,28). Sum of RGB (Red+Green+Blue) = 84+49+28=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311C is #ABCEE3. Grayscale: #393939. Windows color (decimal): -11259620 or 1847636. OLE color: 1847636.

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

Color convert

RGB 84 49 28 -
CMYK 0 0.42 0.67 0.67
HSL 22.5º 0.5% 0.22% -
HSV(B) 22.5º 0.67% 0.33% -
XYZ 4.96 4.17 1.64 -
YUV 57.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 84 49 28 0 0.42 0.67 0.67 22.5 0.5 0.22
Hex 54 31 1C 0 2A 43 43 16 32 16
Octal 124 61 34 0 52 103 103 26 62 26
Binary 1010100 110001 11100 0 101010 1000011 1000011 10110 110010 10110

Color Harmonies of #54311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54311C

Black with #54311C

Text Example


Text Example

White with #54311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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