Html Css Color HEX #54381C Brown Bramble

📋 copy color: '#54381C'

red 84 ◦ green 56 ◦ blue 28

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

Shades of Brown Bramble #54381C

Tints of Brown Bramble #54381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.33%

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

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54381C (or 0x54381C) is known color: Brown Bramble. HEX triplet: 54, 38 and 1C. RGB value is (84,56,28). Sum of RGB (Red+Green+Blue) = 84+56+28=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54381C is #ABC7E3. Grayscale: #3D3D3D. Windows color (decimal): -11257828 or 1849428. OLE color: 1849428.

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

Color convert

RGB 84 56 28 -
CMYK 0 0.33 0.67 0.67
HSL 30º 0.5% 0.22% -
HSV(B) 30º 0.67% 0.33% -
XYZ 5.28 4.8 1.75 -
YUV 61.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 84 56 28 0 0.33 0.67 0.67 30 0.5 0.22
Hex 54 38 1C 0 21 43 43 1E 32 16
Octal 124 70 34 0 41 103 103 36 62 26
Binary 1010100 111000 11100 0 100001 1000011 1000011 11110 110010 10110

Color Harmonies of #54381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54381C

Black with #54381C

Text Example


Text Example

White with #54381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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