Html Css Color HEX #57311F Brown Bramble

📋 copy color: '#57311F'

red 87 ◦ green 49 ◦ blue 31

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

Shades of Brown Bramble #57311F

Tints of Brown Bramble #57311F

RGB

 RED value IS 87 (34.38% from 255) = 52.1%

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

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

R = 52.1%
G = 29.34%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57311F (or 0x57311F) is known color: Brown Bramble. HEX triplet: 57, 31 and 1F. RGB value is (87,49,31). Sum of RGB (Red+Green+Blue) = 87+49+31=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57311F is #A8CEE0. Grayscale: #3A3A3A. Windows color (decimal): -11063009 or 2044247. OLE color: 2044247.

HSL color Cylindrical-coordinate representation of color #57311F: hue angle of 19.29º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57311F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 49 31 -
CMYK 0 0.44 0.64 0.66
HSL 19.29º 0.47% 0.23% -
HSV(B) 19.29º 0.64% 0.34% -
XYZ 5.28 4.32 1.85 -
YUV 58.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 87 49 31 0 0.44 0.64 0.66 19.29 0.47 0.23
Hex 57 31 1F 0 2C 40 42 13 2F 17
Octal 127 61 37 0 54 100 102 23 57 27
Binary 1010111 110001 11111 0 101100 1000000 1000010 10011 101111 10111

Color Harmonies of #57311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57311F

Black with #57311F

Text Example


Text Example

White with #57311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,49,31); }

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

background-color css

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

 a { background-color: rgb(87,49,31); }

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

border-color css

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

 span { border-color: rgb(87,49,31); }

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