Html Css Color HEX #57301C Brown Bramble

📋 copy color: '#57301C'

red 87 ◦ green 48 ◦ blue 28

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

Shades of Brown Bramble #57301C

Tints of Brown Bramble #57301C

RGB

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

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

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

R = 53.37%
G = 29.45%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57301C (or 0x57301C) is known color: Brown Bramble. HEX triplet: 57, 30 and 1C. RGB value is (87,48,28). Sum of RGB (Red+Green+Blue) = 87+48+28=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57301C is #A8CFE3. Grayscale: #393939. Windows color (decimal): -11063268 or 1847383. OLE color: 1847383.

HSL color Cylindrical-coordinate representation of color #57301C: hue angle of 20.34º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57301C is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 28 -
CMYK 0 0.45 0.68 0.66
HSL 20.34º 0.51% 0.23% -
HSV(B) 20.34º 0.68% 0.34% -
XYZ 5.2 4.22 1.64 -
YUV 57.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 87 48 28 0 0.45 0.68 0.66 20.34 0.51 0.23
Hex 57 30 1C 0 2D 44 42 14 33 17
Octal 127 60 34 0 55 104 102 24 63 27
Binary 1010111 110000 11100 0 101101 1000100 1000010 10100 110011 10111

Color Harmonies of #57301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57301C

Black with #57301C

Text Example


Text Example

White with #57301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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