Html Css Color HEX #54381F Brown Bramble

📋 copy color: '#54381F'

red 84 ◦ green 56 ◦ blue 31

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

Shades of Brown Bramble #54381F

Tints of Brown Bramble #54381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.13%

R = 49.12%
G = 32.75%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54381F (or 0x54381F) is known color: Brown Bramble. HEX triplet: 54, 38 and 1F. RGB value is (84,56,31). Sum of RGB (Red+Green+Blue) = 84+56+31=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #54381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54381F is #ABC7E0. Grayscale: #3D3D3D. Windows color (decimal): -11257825 or 2046036. OLE color: 2046036.

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

Color convert

RGB 84 56 31 -
CMYK 0 0.33 0.63 0.67
HSL 28.3º 0.46% 0.23% -
HSV(B) 28.3º 0.63% 0.33% -
XYZ 5.32 4.81 1.94 -
YUV 61.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 84 56 31 0 0.33 0.63 0.67 28.3 0.46 0.23
Hex 54 38 1F 0 21 3F 43 1C 2E 17
Octal 124 70 37 0 41 77 103 34 56 27
Binary 1010100 111000 11111 0 100001 111111 1000011 11100 101110 10111

Color Harmonies of #54381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54381F

Black with #54381F

Text Example


Text Example

White with #54381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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