Html Css Color HEX #54311A Brown Bramble

📋 copy color: '#54311A'

red 84 ◦ green 49 ◦ blue 26

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

Shades of Brown Bramble #54311A

Tints of Brown Bramble #54311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 52.83%
G = 30.82%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54311A (or 0x54311A) is known color: Brown Bramble. HEX triplet: 54, 31 and 1A. RGB value is (84,49,26). Sum of RGB (Red+Green+Blue) = 84+49+26=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #54311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311A is #ABCEE5. Grayscale: #383838. Windows color (decimal): -11259622 or 1716564. OLE color: 1716564.

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

Color convert

RGB 84 49 26 -
CMYK 0 0.42 0.69 0.67
HSL 23.79º 0.53% 0.22% -
HSV(B) 23.79º 0.69% 0.33% -
XYZ 4.94 4.16 1.52 -
YUV 56.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 84 49 26 0 0.42 0.69 0.67 23.79 0.53 0.22
Hex 54 31 1A 0 2A 45 43 18 35 16
Octal 124 61 32 0 52 105 103 30 65 26
Binary 1010100 110001 11010 0 101010 1000101 1000011 11000 110101 10110

Color Harmonies of #54311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54311A

Black with #54311A

Text Example


Text Example

White with #54311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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