Html Css Color HEX #54301C Brown Bramble

📋 copy color: '#54301C'

red 84 ◦ green 48 ◦ blue 28

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

Shades of Brown Bramble #54301C

Tints of Brown Bramble #54301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30%

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

R = 52.5%
G = 30%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54301C (or 0x54301C) is known color: Brown Bramble. HEX triplet: 54, 30 and 1C. RGB value is (84,48,28). Sum of RGB (Red+Green+Blue) = 84+48+28=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54301C is #ABCFE3. Grayscale: #383838. Windows color (decimal): -11259876 or 1847380. OLE color: 1847380.

HSL color Cylindrical-coordinate representation of color #54301C: hue angle of 21.43º 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 #54301C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 48 28 -
CMYK 0 0.43 0.67 0.67
HSL 21.43º 0.5% 0.22% -
HSV(B) 21.43º 0.67% 0.33% -
XYZ 4.92 4.08 1.63 -
YUV 56.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 84 48 28 0 0.43 0.67 0.67 21.43 0.5 0.22
Hex 54 30 1C 0 2B 43 43 15 32 16
Octal 124 60 34 0 53 103 103 25 62 26
Binary 1010100 110000 11100 0 101011 1000011 1000011 10101 110010 10110

Color Harmonies of #54301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54301C

Black with #54301C

Text Example


Text Example

White with #54301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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