Html Css Color HEX #54311E Brown Bramble

📋 copy color: '#54311E'

red 84 ◦ green 49 ◦ blue 30

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

Shades of Brown Bramble #54311E

Tints of Brown Bramble #54311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 51.53%
G = 30.06%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54311E (or 0x54311E) is known color: Brown Bramble. HEX triplet: 54, 31 and 1E. RGB value is (84,49,30). Sum of RGB (Red+Green+Blue) = 84+49+30=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311E is #ABCEE1. Grayscale: #393939. Windows color (decimal): -11259618 or 1978708. OLE color: 1978708.

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

Color convert

RGB 84 49 30 -
CMYK 0 0.42 0.64 0.67
HSL 21.11º 0.47% 0.22% -
HSV(B) 21.11º 0.64% 0.33% -
XYZ 4.99 4.18 1.77 -
YUV 57.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 84 49 30 0 0.42 0.64 0.67 21.11 0.47 0.22
Hex 54 31 1E 0 2A 40 43 15 2F 16
Octal 124 61 36 0 52 100 103 25 57 26
Binary 1010100 110001 11110 0 101010 1000000 1000011 10101 101111 10110

Color Harmonies of #54311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54311E

Black with #54311E

Text Example


Text Example

White with #54311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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