Html Css Color HEX #57301A Brown Bramble

📋 copy color: '#57301A'

red 87 ◦ green 48 ◦ blue 26

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

Shades of Brown Bramble #57301A

Tints of Brown Bramble #57301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.15%

R = 54.04%
G = 29.81%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57301A (or 0x57301A) is known color: Brown Bramble. HEX triplet: 57, 30 and 1A. RGB value is (87,48,26). Sum of RGB (Red+Green+Blue) = 87+48+26=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #57301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57301A is #A8CFE5. Grayscale: #393939. Windows color (decimal): -11063270 or 1716311. OLE color: 1716311.

HSL color Cylindrical-coordinate representation of color #57301A: hue angle of 21.64º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57301A is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 26 -
CMYK 0 0.45 0.70 0.66
HSL 21.64º 0.54% 0.22% -
HSV(B) 21.64º 0.7% 0.34% -
XYZ 5.17 4.21 1.52 -
YUV 57.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 87 48 26 0 0.45 0.70 0.66 21.64 0.54 0.22
Hex 57 30 1A 0 2D 46 42 16 36 16
Octal 127 60 32 0 55 106 102 26 66 26
Binary 1010111 110000 11010 0 101101 1000110 1000010 10110 110110 10110

Color Harmonies of #57301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57301A

Black with #57301A

Text Example


Text Example

White with #57301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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