Html Css Color HEX #54381B Brown Bramble

📋 copy color: '#54381B'

red 84 ◦ green 56 ◦ blue 27

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

Shades of Brown Bramble #54381B

Tints of Brown Bramble #54381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 50.3%
G = 33.53%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54381B (or 0x54381B) is known color: Brown Bramble. HEX triplet: 54, 38 and 1B. RGB value is (84,56,27). Sum of RGB (Red+Green+Blue) = 84+56+27=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54381B is #ABC7E4. Grayscale: #3D3D3D. Windows color (decimal): -11257829 or 1783892. OLE color: 1783892.

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

Color convert

RGB 84 56 27 -
CMYK 0 0.33 0.68 0.67
HSL 30.53º 0.51% 0.22% -
HSV(B) 30.53º 0.68% 0.33% -
XYZ 5.27 4.79 1.68 -
YUV 61.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 84 56 27 0 0.33 0.68 0.67 30.53 0.51 0.22
Hex 54 38 1B 0 21 44 43 1F 33 16
Octal 124 70 33 0 41 104 103 37 63 26
Binary 1010100 111000 11011 0 100001 1000100 1000011 11111 110011 10110

Color Harmonies of #54381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54381B

Black with #54381B

Text Example


Text Example

White with #54381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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